Browse Source

Merge pull request #98 from ionite34/fix-ci-input-name

pull/5/head
Ionite 1 year ago committed by GitHub
parent
commit
55ae71ea00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/version-bump-pr.yml

2
.github/workflows/version-bump-pr.yml

@ -16,7 +16,7 @@ jobs:
id: get_merged_pull_request
uses: actions-ecosystem/action-get-merged-pull-request@v1.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Set Outputs
run: |
echo "pr_number=${{ steps.get_merged_pull_request.outputs.number }}" >> "$GITHUB_OUTPUT"

Loading…
Cancel
Save