We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a86297 commit 9123327Copy full SHA for 9123327
1 file changed
.github/workflows/update-hashes.yml
@@ -104,7 +104,7 @@ jobs:
104
fi
105
106
- name: Import GPG key
107
- if: steps.changes.outputs.changed == 'true'
+ if: steps.changes.outputs.has_changes == 'true'
108
uses: crazy-max/ghaction-import-gpg@v6
109
with:
110
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
@@ -115,7 +115,7 @@ jobs:
115
git_tag_gpgsign: true
116
117
- name: Setup CI Bot
118
119
run: |
120
git config --global user.name "The OpenList Bot"
121
git config --global user.email "bot@openlist.team"
0 commit comments