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 0ad2cab commit d510719Copy full SHA for d510719
.github/workflows/deploy_pr_preview.yml
@@ -12,12 +12,12 @@ jobs:
12
packages: write
13
14
steps:
15
- - name: wait for potential build environment update
16
- uses: lewagon/wait-on-check-action@v1.3.1
+ - name: Wait for potential build environment update
+ uses: fountainhead/action-wait-for-check@v1.1.0
17
with:
18
- ref: ${{ github.ref }}
19
- check-name: 'Rebuild docker image'
20
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
+ checkName: "Rebuild docker image"
+ ref: ${{ github.event.pull_request.head.sha }}
21
22
- name: Checkout the repo
23
uses: actions/checkout@v2
0 commit comments