We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26ae00 commit f9e1a16Copy full SHA for f9e1a16
.github/workflows/directory_writer.yml
@@ -16,5 +16,6 @@ jobs:
16
git config --global user.name github-actions
17
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
18
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
19
+ git add DIRECTORY.md
20
git commit -am "updating DIRECTORY.md" || true
21
git push --force origin HEAD:$GITHUB_REF || true
0 commit comments