Skip to content

Commit

Permalink
Fix copr config passing
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 5, 2024
1 parent f00ecf1 commit c91112f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ jobs:
os-versions: ${{ steps.get-os-versions-step.outputs.os-versions }}
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/get-fedora-os-versions
id: get-os-versions-step
env:
COPR_CONFIG_FILE: ${{ secrets.COPR_CONFIG }}
with:
copr-config: $COPR_CONFIG_FILE
copr-config: ${{ secrets.COPR_CONFIG }}
run-tmt:
needs: get-os-versions-job
strategy:
Expand Down

0 comments on commit c91112f

Please sign in to comment.