Skip to content

Commit

Permalink
Use different source for branch name provided to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Nov 13, 2024
1 parent 7da5014 commit 9366c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-openshift-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

# these should be the only settings that you will ever need to change
env:
BRANCH: ${{ github.ref_name }}
BRANCH: ${{ github.event.pull_request.head.ref }}
CONTEXT: "pr"

jobs:
api-gateway-conformance:
openshift-acceptance:
name: openshift-acceptance
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9366c64

Please sign in to comment.