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 b9b205f commit 0d660ccCopy full SHA for 0d660cc
.github/workflows/update-changes.yaml
@@ -24,7 +24,6 @@ jobs:
24
cat CHANGES >> CHANGES2
25
mv CHANGES2 CHANGES
26
- name: Commit & Push changes
27
- if: "!contains(steps.changed-files.outputs.all_changed_files, 'CHANGES')"
28
uses: actions-js/push@master
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments