Skip to content

Commit fb497f0

Browse files
authored
fix: added missing condition
1 parent 1133bc5 commit fb497f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/auto-commit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ runs:
6969
7070
# 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
7171
- name: 🧬 Generate a token
72+
if: env.changes_detected == 'true'
7273
id: generate-token
7374
uses: actions/create-github-app-token@v2
7475
with:

0 commit comments

Comments
 (0)