diff --git a/action.yaml b/action.yaml index 6b85e89..9c3c99f 100644 --- a/action.yaml +++ b/action.yaml @@ -19,4 +19,5 @@ runs: using: composite steps: - run: GITHUB_TOKEN=${{ inputs.GITHUB_TOKEN }} INTERESTING_CATEGORIES='${{ inputs.INTERESTING_CATEGORIES }}' $GITHUB_ACTION_PATH/run.sh + id: interesting-category shell: bash