diff --git a/action.yaml b/action.yaml index 82d92ce..1114c14 100644 --- a/action.yaml +++ b/action.yaml @@ -23,8 +23,10 @@ outputs: runs: using: composite steps: - - run: GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }} INTERESTING_CATEGORIES='${{ inputs.INTERESTING_CATEGORIES }}' $GITHUB_ACTION_PATH/run.sh + - run: $GITHUB_ACTION_PATH/run.sh id: interesting-category shell: bash env: + GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }} + INTERESTING_CATEGORIES: ${{ inputs.INTERESTING_CATEGORIES }} RELEASE_DRAFT_BODY: ${{ inputs.RELEASE_DRAFT_BODY }}