Skip to content

Commit

Permalink
remove original JSON files after checking for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jun 6, 2024
1 parent d124ab2 commit abe1c23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_available_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
echo "json_data_changed=yes" >> $GITHUB_OUTPUT
fi
# remove original JSON files, or they'll end up in the PR being opened
rm -f docs/available_software/data/json_data.json.orig docs/available_software/data/json_data_detail.json.orig
- name: create pull request
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
if: steps.update_available_software.outputs.json_data_changed == 'yes'
Expand Down

0 comments on commit abe1c23

Please sign in to comment.