Skip to content

Commit

Permalink
update git ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Dec 17, 2024
1 parent e08aeb7 commit 4ff7368
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/emergency-release-build-1.64.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
outputs:
cache-hit: ${{ steps.cache.outputs.cache-hit }}
steps:
- name: Check out repository
uses: actions/[email protected]

- name: Set up cache for OpenShift CLI
id: cache
uses: actions/[email protected]
Expand Down Expand Up @@ -73,7 +70,7 @@ jobs:
- name: Check out repository
uses: actions/[email protected]
with:
ref: refs/pull/${{ env.PRE_RELEASE }}/head
ref: release-${{ ENV.VERSION }}

- name: Restore oc command from Cache
uses: actions/[email protected]
Expand Down

0 comments on commit 4ff7368

Please sign in to comment.