Skip to content

Commit

Permalink
Access input parameters in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Jul 7, 2023
1 parent 4989c47 commit 4712207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ runs:
env:
BASE_REF: ${{ github.event.pull_request.base.ref }}
NO_CHANGELOG_LABEL: ${{ contains(github.event.pull_request.labels.*.name, 'no changelog') }}
run: ${{ github.action_path }}/check.sh "${{ env.INPUT_CHANGELOG }}"
run: ${{ github.action_path }}/check.sh "${{ inputs.changelog }}"
shell: bash

0 comments on commit 4712207

Please sign in to comment.