Skip to content

Commit cf3aba0

Browse files
committed
Update ci.yml
1 parent 5eb121d commit cf3aba0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25+
env:
26+
GITHUB_CONTEXT: ${{ toJson(github) }}
2527
- name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github }}
26-
run: |
27-
for each in "${github[@]}"
28-
do
29-
echo "$each"
30-
done
28+
run: echo "$GITHUB_CONTEXT"
3129
- name: Initialize CodeQL
3230
uses: github/codeql-action/init@v2
3331
with:

0 commit comments

Comments
 (0)