Skip to content

Commit

Permalink
test working directory in up action
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Jan 14, 2024
1 parent dde7768 commit 9bf02e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preevy-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
with:
credentials_json: '${{ secrets.PREEVY_SA_KEY }}'

- uses: livecycle/preevy-up-action@v2.3.0
- uses: livecycle/preevy-up-action@735f478090fc1b932edba03b56e28c6e2ac9c43e
id: preevy_up
with:
install: gh-release
profile-url: ${{ vars.PREEVY_PROFILE_URL }}
working-directory: ./frontend
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 9bf02e8

Please sign in to comment.