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 098f61cCopy full SHA for 098f61c
.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@48f987367d0cb42db1248d050faabcdf26218f1e # 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