We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642ad2c commit 9bb76f3Copy full SHA for 9bb76f3
.github/workflows/test-self.yml
@@ -60,7 +60,7 @@ jobs:
60
git config --global push.autoSetupRemote true
61
git add .github/workflows/*.yml
62
git status -vv
63
- git commit -m "Test $WORKFLOW_SHORT_LINK" -m "Test $WORKFLOW_FULL_LINK"
+ git commit --allow-empty -m "Test $WORKFLOW_SHORT_LINK" -m "Test $WORKFLOW_FULL_LINK"
64
git push -f
65
echo "CALLER_SHA=$(git log -n 1 --format='%H')" >> $GITHUB_ENV
66
- name: Show link to access caller workflow runs
0 commit comments