Skip to content

Commit

Permalink
fix(ci): fix path to local action
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 6, 2022
1 parent a39c3e0 commit cfda105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3

- name: 🚢 Deploy
uses: ./github/actions/deploy
uses: ./.github/actions/deploy
with:
web-api-key: ${{ secrets.WEB_API_KEY }}
identity-provider: ${{ secrets.IDENTITY_PROVIDER }}
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/checkout@v3

- name: 🚢 Deploy
uses: ./github/actions/deploy
uses: ./.github/actions/deploy
with:
web-api-key: ${{ secrets.WEB_API_KEY }}
identity-provider: ${{ secrets.IDENTITY_PROVIDER }}
Expand Down

0 comments on commit cfda105

Please sign in to comment.