File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 contents : write
6464 pull-requests : write
6565 runs-on : ubuntu-latest
66- if : ${{ inputs.enable-organizaton -bot == 'true' && github.event.pull_request.user.login == inputs.organization-bot }}
66+ if : ${{ inputs.enable-organization -bot == 'true' && github.event.pull_request.user.login == inputs.organization-bot }}
6767 env :
6868 PR_URL : ${{github.event.pull_request.html_url}}
6969 GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 echo "::notice title=next-tag:${NEXT_TAG}"
125125 -
126126 name : Import GPG key
127- if : ${{ enable-tag-signing == 'true' }}
127+ if : ${{ inputs. enable-tag-signing == 'true' }}
128128 uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
129129 # This is using the GPG signature of bot-go-openapi.
130130 #
@@ -156,7 +156,7 @@ jobs:
156156 echo "::notice title=tag-message:${MESSAGE}"
157157
158158 SIGNED=""
159- if [[ '${{ enable-tag-signing }}' == 'true' ]] ; then
159+ if [[ '${{ inputs. enable-tag-signing }}' == 'true' ]] ; then
160160 SIGNED="-s"
161161 fi
162162
You can’t perform that action at this time.
0 commit comments