Skip to content

Commit

Permalink
Don't forget to checkout (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Apr 18, 2024
1 parent 10cfc10 commit a9f0a76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
branch: ${{ steps.var.outputs.branch }}
checked-out-sha: ${{ steps.var.outputs.checked-out-sha }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Get branch name for push/dispatch event
run: |
GIT_REF=${{ github.ref_name }}
Expand Down

0 comments on commit a9f0a76

Please sign in to comment.