Skip to content

Commit 94bab3c

Browse files
committed
Sync with main
1 parent 1b974e2 commit 94bab3c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/snippets5000.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ jobs:
3232

3333
# Steps represent a sequence of tasks that will be executed as part of the job
3434
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-
4735
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4836
- name: Harden Runner
4937
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0

0 commit comments

Comments
 (0)