diff --git a/.github/workflows/deploy-jm.yml b/.github/workflows/deploy-jm.yml index 5f133a35e79..38d46da224c 100644 --- a/.github/workflows/deploy-jm.yml +++ b/.github/workflows/deploy-jm.yml @@ -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