We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfd86d commit ba57b54Copy full SHA for ba57b54
1 file changed
.github/workflows/update_available_software.yml
@@ -53,8 +53,8 @@ jobs:
53
echo "json_data_changed=no" >> $GITHUB_OUTPUT
54
fi
55
56
- # remove original JSON file, or it'll end up in the PR being opened
57
- rm -f docs/available_software/data/eessi_api_metadata_software.json
+ # remove the data directory containing the original JSON file, or it'll end up in the PR being opened
+ rm -f docs/available_software/data
58
59
- name: create pull request
60
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
0 commit comments