We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9930738 commit e7f55e4Copy full SHA for e7f55e4
.github/workflows/mastodon-post.yml
@@ -7,10 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- with:
11
- fetch-depth: '0'
12
- run: |
13
- 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' ' ')
14
echo $RECENTLY_ADDED_FILES
15
echo "RECENTLY_ADDED_FILES=$RECENTLY_ADDED_FILES" >> $GITHUB_ENV
16
- name: Setup tmate session
0 commit comments