Skip to content

Commit

Permalink
add env to run step
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen authored Jun 11, 2022
1 parent e85a17a commit 00ad8cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ runs:
- run: GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }} INTERESTING_CATEGORIES='${{ inputs.INTERESTING_CATEGORIES }}' $GITHUB_ACTION_PATH/run.sh
id: interesting-category
shell: bash
env:
RELEASE_DRAFT_BODY: ${{ inputs.RELEASE_DRAFT_BODY }}

0 comments on commit 00ad8cb

Please sign in to comment.