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 1133bc5 commit fb497f0Copy full SHA for fb497f0
.github/actions/auto-commit/action.yml
@@ -69,6 +69,7 @@ runs:
69
70
# https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
71
- name: 🧬 Generate a token
72
+ if: env.changes_detected == 'true'
73
id: generate-token
74
uses: actions/create-github-app-token@v2
75
with:
0 commit comments