Skip to content

Commit

Permalink
Fix: Dynamically adapt to workflow file in openvas-scanner repo (#834)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Schardt <robert.schardt@Macbook-Robert-Schardt.local>
  • Loading branch information
robert-schardt and Robert Schardt authored Sep 18, 2024
1 parent be92502 commit e971514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ jobs:
with:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
repository: ${{ matrix.repository }}
workflow: container.yml
workflow: ${{ matrix.repository == 'greenbone/openvas-scanner' && 'push-container.yml' || 'container.yml' }}
ref: main

0 comments on commit e971514

Please sign in to comment.