Skip to content

Commit 87f4020

Browse files
committed
ci: fix broken github2gerrit-action SHA
The github2gerrit-action SHA ad00dcd (v0.0.16) no longer exists after the repo was transferred to lfreleng-actions org. Update to the correct commit SHA for v1.0.8. Change-Id: I485fa652e7145aaf9660ac89e5533509e3390f79 Signed-off-by: Anil Belur <askb23@gmail.com> Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
1 parent f85a32f commit 87f4020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/call-github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Convert GitHub PR to Gerrit Change
31-
uses: lfreleng-actions/github2gerrit-action@ad00dcd39ae9aed3260f39b27e7c07b0d88c54ca # v0.0.16
31+
uses: lfreleng-actions/github2gerrit-action@de8477030c26a8020e9c95cd6312d5647392b347 # v1.0.8
3232
with:
3333
GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
3434
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}

0 commit comments

Comments
 (0)