Difference between revisions of "Github.event name"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  github.event_name
 
  github.event_name
  
 +
 +
      - name: Set PR tag
 +
        if: ${{ github.event_name == '[[pull_request]]' }}
 +
        run: echo "TAG=pull-request-${{ github.event.number }}" >> $GITHUB_ENV
  
  
 
{{GitHub Actions}}
 
{{GitHub Actions}}

Revision as of 11:00, 26 January 2023

Advertising: