Skip to content

Commit

Permalink
Fix bad action
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Nov 6, 2024
1 parent c49623b commit 582e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
# https://github.com/orgs/community/discussions/49245
GH_ACTION_REF: ${{ github.action_ref || github.ref_name }}
shell: bash
run: wget --no-verbose https://github.com/restatedev/sdk-test-suite/releases/download/v$GH_ACTION_REF/restate-sdk-test-suite.jar
run: wget --no-verbose https://github.com/restatedev/sdk-test-suite/releases/download/$GH_ACTION_REF/restate-sdk-test-suite.jar

- name: Set environment variables
if: ${{ inputs.envVars }}
Expand Down

0 comments on commit 582e05c

Please sign in to comment.