File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 2626 - name : Run extraction script
2727 run : node .github/scripts/extract-classnames.js
2828
29- - name : Check for changes
30- id : git-diff
29+ - name : Check for changes in class-names.json
30+ id : check_changes
3131 run : |
3232 if git diff --quiet --exit-code class-names.json; then
3333 echo "changed=false" >> $GITHUB_OUTPUT
@@ -36,13 +36,12 @@ jobs:
3636 fi
3737
3838 - name : Create or Update Pull Request
39- if : steps.git-diff .outputs.changed == 'true'
39+ if : steps.check_changes .outputs.changed == 'true'
4040 uses : peter-evans/create-pull-request@v6
4141 with :
42- commit-message : " Update class names file "
42+ commit-message : " Update class- names.json "
4343 branch : update-class-names
44- title : " Update class- names.json "
44+ title : " Update class names"
4545 body : " Automated update of class-names.json"
4646 labels : automated
47- assignees : rgantzos
4847 delete-branch : true
You can’t perform that action at this time.
0 commit comments