Skip to content

Commit

Permalink
Remove the checkout for testing the Action workflows
Browse files Browse the repository at this point in the history
This emulates the behavior of running the Action in a different repository.
  • Loading branch information
rvermeulen committed Apr 22, 2024
1 parent d3b3692 commit bd3a20e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-create-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
name: "Create custom bundle"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: advanced-security/codeql-bundle-action/download-bundle@v2
id: download-bundle
with:
Expand Down

0 comments on commit bd3a20e

Please sign in to comment.