Skip to content

Commit

Permalink
update cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Apr 25, 2024
1 parent 489cdae commit 7394072
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
echo "new_uat_associations=$(poetry run python tests/collection_names.py --env uat --token $UAT_TOKEN_TEMP --file new_uat_associations.txt)" >> $GITHUB_OUTPUT
echo "new_ops_associations=$(poetry run python tests/collection_names.py --env ops --token $OPS_TOKEN_TEMP --file new_ops_associations.txt)" >> $GITHUB_OUTPUT
rm uat_associations.txt
rm ops_associations.txt
rm new_uat_associations.txt
rm new_ops_associations.txt
rm *_associations.txt
open_pr_uat:
needs: find_new
strategy:
Expand Down

0 comments on commit 7394072

Please sign in to comment.