Skip to content

Commit 2dfea63

Browse files
committed
use commit hash for action
1 parent d20b56f commit 2dfea63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Wait for E2E test to succeed
28-
uses: ezhang6811/wait-on-check-action@master
28+
uses: ezhang6811/wait-on-check-action@6275ea93847ce5952ab8ceeac8fb1111820cf44d
2929
with:
3030
ref: ${{ github.ref }}
3131
check-name: 'Application Signals E2E Test'

0 commit comments

Comments
 (0)