Skip to content

Commit

Permalink
fix: update checkout action to use 'with' syntax for ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaddington committed Dec 13, 2024
1 parent d1ccebc commit 20b91ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-jm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
# checkout the repo
- name: 'Checkout GitHub Action'
uses: actions/checkout@v4
ref: jm-production
with:
ref: jm-production

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 20b91ad

Please sign in to comment.