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.
2 parents 7d14c4f + 3ac51cc commit 69352b6Copy full SHA for 69352b6
.github/workflows/github2gerrit.yaml
@@ -368,7 +368,7 @@ jobs:
368
fi
369
370
# Dependabot workaround for LF projects enforcing an "issue-id" in commit message
371
- if [[ -n ${{ env.SET_ISSUE_ID }} && '${{ vars.ISSUEID }}' == 'true' ]]; then
+ if [[ -n '${{ env.SET_ISSUE_ID }}' && '${{ vars.ISSUEID }}' == 'true' ]]; then
372
# workaround to remove lines with --- or ...
373
sed -i -e 's#^[ ]*---##g' -e 's#^[ ]*\.\.\.##g' commit-msg.txt
374
issue_id="${{ env.SET_ISSUE_ID }}"
0 commit comments