File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# Steps represent a sequence of tasks that will be executed as part of the job
34
34
steps :
35
- - name : Print trigger context
36
- run : |
37
- echo "Event: ${{ github.event_name }}"
38
- echo "Ref: ${{ github.ref }}"
39
- echo "Branch: ${GITHUB_REF#refs/heads/}"
40
- echo "SHA: ${{ github.sha }}"
41
- echo "Actor: ${{ github.actor }}"
42
- echo "Repository: ${{ github.repository }}"
43
- echo "Workflow: ${{ github.workflow }}"
44
- echo "Run ID: ${{ github.run_id }}"
45
- echo "Run Number: ${{ github.run_number }}"
46
-
47
35
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
48
36
- name : Harden Runner
49
37
uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
You can’t perform that action at this time.
0 commit comments