We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53db937 commit 9cf5459Copy full SHA for 9cf5459
.github/workflows/integration-test.yml
@@ -41,7 +41,7 @@ jobs:
41
# TODO: Enable the scheduled runs which hard-code what profile to use
42
- name: Run Integration Test
43
id: test
44
- uses: stackabletech/actions/run-integration-test@e667cf50055aa43bd454125499843f20c4ebaf3d # TODO: Use released version
+ uses: stackabletech/actions/run-integration-test@352ba75377c8a57e4376a9af550f225012ae2f26 # TODO: Use released version
45
with:
46
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
47
test-mode-input: ${{ inputs.test-mode-input }}
0 commit comments