Skip to content

Commit

Permalink
fix: action path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva authored May 17, 2024
1 parent 9c7baf5 commit 5122e61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-fe-gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
commit_message: 'chore: lint/format'

permission_checks:
needs: cache_pnpm
runs-on: ubuntu-20.04
steps:
- name: Get User Permission
Expand All @@ -125,7 +124,7 @@ jobs:
needs: permission_checks
runs-on: ubuntu-20.04
steps:
- uses: ./.github/actions/dev-fe-e2e
- uses: ../.github/actions/dev-fe-e2e
with:
BACKUP_LOCATION_BUCKET_NAME: ${{ secrets.BACKUP_LOCATION_BUCKET_NAME }}
BACKUP_LOCATION_ACCESS_KEY: ${{ secrets.BACKUP_LOCATION_ACCESS_KEY }}
Expand Down

0 comments on commit 5122e61

Please sign in to comment.