File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ jobs:
101
101
docs
102
102
103
103
- name : Commit files
104
- if : steps.verify-changed-files.outputs.files_exists == 'false '
104
+ if : steps.verify-changed-files.outputs.files_changed == 'true '
105
105
run : |
106
106
git config --local user.email "github-actions[bot]@users.noreply.github.com"
107
107
git config --local user.name "github-actions[bot]"
108
108
git add --force docs
109
109
git commit -m "Add coverage badge and documentation"
110
110
111
111
- name : Push changes
112
- if : steps.verify-changed-files.outputs.files_exists == 'false '
112
+ if : steps.verify-changed-files.outputs.files_changed == 'true '
113
113
uses : ad-m/github-push-action@master
114
114
with :
115
115
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments