We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93dedc commit 05a1418Copy full SHA for 05a1418
.github/workflows/deploy-docker.yml
@@ -16,11 +16,10 @@ jobs:
16
username: ${{ secrets.QUAY_IO_BOT_USERNAME }}
17
password: ${{ secrets.QUAY_IO_BOT_PASSWORD }}
18
registry: quay.io
19
- - uses: bhowell2/github-substring-action@1.0.2
20
- id: sha
+ - uses: benjlevesque/short-sha@v3.0
+ id: short-sha
21
with:
22
- value: ${{ github.event.pull_request.head.sha }}
23
- length_from_start: 7
+ length: 7
24
- uses: actions/setup-node@v3
25
26
node-version: 18.20.2
0 commit comments