Skip to content

Commit

Permalink
made sure checkout is using ami-build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
deathtenk committed May 15, 2024
1 parent 49fcd79 commit 91fd458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
run: sudo apt update && sudo apt install -y jq

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ami-build

# - name: Extract version
# id: version
Expand Down

0 comments on commit 91fd458

Please # to comment.