Skip to content

Commit

Permalink
try to fix stage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Apr 23, 2024
1 parent a1800ef commit 461c6c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
gh workflow run test.yaml \
-f resource_id=${{inputs.resource_id}} \
-f version=${{needs.stage.outputs.version}} \
-f S3_HOST=${{vars.S3_HOST}} \
-f S3_BUCKET=${{vars.S3_BUCKET}} \
-f S3_FOLDER=${{inputs.sandbox && vars.S3_SANDBOX_FOLDER || vars.S3_FOLDER}}
-f sandbox=${{inputs.sandbox}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 461c6c0

Please sign in to comment.