Skip to content

Commit

Permalink
Merge pull request #409 from OWASP/cleanup
Browse files Browse the repository at this point in the history
Remove temporary files.
  • Loading branch information
rewtd authored Apr 17, 2024
2 parents 21a14cf + 62c66f8 commit 6b95246
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/delete-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
needs: hardening
runs-on: ubuntu-latest
steps:
- name: Checkout target branch
- name: Checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
ref: ${{ github.event.pull_request.head.ref }}-artifacts
- name: Delete artifact target branch
id: delete-artifact-target-branch
env:
TARGET_BRANCH: ${{ github.event.pull_request.head.ref }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin :"tmp-$TARGET_BRANCH-artifacts" || echo "Could not delete $TARGET_BRANCH-artifacts"
git push origin :"tmp-$TARGET_BRANCH-artifacts" || echo "Could not delete tmp-$TARGET_BRANCH-artifacts"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ coverage.xml
.mypy_cache
client_secrets.json
version.properties
.hypothesis/**
Binary file removed .hypothesis/unicode_data/13.0.0/charmap.json.gz
Binary file not shown.
Binary file removed .hypothesis/unicode_data/13.0.0/codec-utf-8.json.gz
Binary file not shown.

0 comments on commit 6b95246

Please sign in to comment.