github.event name

From wikieduonline
Revision as of 11:01, 26 January 2023 by Idontknowmaths (talk | contribs)
Jump to navigation Jump to search

github.event_name


     - name: Set PR tag
        if: ${{ github.event_name == '[[pull_request]]' }}
        run: echo "TAG=pull-request-${{ github.event.number }}" >> $GITHUB_ENV


See also

Advertising: