Skip to content

Commit

Permalink
CI: Set value as strings
Browse files Browse the repository at this point in the history
boolean type is not supported for composite
action inputs.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ie9d80e3a310a57a72e08e86925757563f12db475
  • Loading branch information
askb committed Aug 1, 2024
1 parent 8b669a9 commit 01ee414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/g2g-call-composite-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
id: gerrit-upload
uses: askb/github2gerrit@main
with:
SUBMIT_SINGLE_COMMITS: true
USE_PR_AS_COMMIT: false
SUBMIT_SINGLE_COMMITS: 'true'
USE_PR_AS_COMMIT: 'false'
FETCH_DEPTH: 10
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
Expand Down

0 comments on commit 01ee414

Please sign in to comment.