Skip to content

Commit 3cff92d

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 4ae00ba commit 3cff92d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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}}

.github/workflows/bump-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)