Skip to content

Commit

Permalink
Merge pull request #26 from os-autoinst/mimi1vx-patch-1
Browse files Browse the repository at this point in the history
Fix typo in openqa.yaml
  • Loading branch information
mimi1vx authored Jun 13, 2023
2 parents 8628865 + cf4b1b8 commit d0857d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
OPENQA_HOST: ${{ secrets.OPENQA_URL }}
OPENQA_API_KEY: ${{ secrets.OPENQA_API_KEY }}
OPENQA_API_SECRET: ${{ secrets.OPENQA_API_SECRET }}
GH_REPO: ${github.event.pull_request.head.repo.full_name}}
GH_REF: ${{github.event.pull_request.head.ref}}
GH_REPO: ${{ github.event.pull_request.head.repo.full_name }}
GH_REF: ${{ github.event.pull_request.head.ref }}

jobs:
trigger_and_monitor_openqa:
Expand Down

0 comments on commit d0857d7

Please sign in to comment.