Difference between revisions of "Github.event name"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
if: ${{ github.event_name == '[[pull_request]]' }} | if: ${{ github.event_name == '[[pull_request]]' }} | ||
run: echo "TAG=pull-request-${{ github.event.number }}" >> $GITHUB_ENV</nowiki> | run: echo "TAG=pull-request-${{ github.event.number }}" >> $GITHUB_ENV</nowiki> | ||
+ | |||
+ | |||
+ | |||
+ | if: failure() && github.event_name != '[[pull_request]]' | ||
== Related == | == Related == |
Latest revision as of 10:31, 24 October 2024
github.event_name
- name: Set PR tag if: ${{ github.event_name == '[[pull_request]]' }} run: echo "TAG=pull-request-${{ github.event.number }}" >> $GITHUB_ENV
if: failure() && github.event_name != 'pull_request'
Related[edit]
See also[edit]
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: