Skip to content

Commit

Permalink
improvise
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit4613 committed Dec 28, 2022
1 parent 9930738 commit e7f55e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mastodon-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- run: |
RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline | tr '\n' ' ')
RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline --name-only | tr '\n' ' ')
echo $RECENTLY_ADDED_FILES
echo "RECENTLY_ADDED_FILES=$RECENTLY_ADDED_FILES" >> $GITHUB_ENV
- name: Setup tmate session
Expand Down

0 comments on commit e7f55e4

Please sign in to comment.