Skip to content

Commit 5eb121d

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
2525
- name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github }}
26-
run: echo ${{ github }}
26+
run: |
27+
for each in "${github[@]}"
28+
do
29+
echo "$each"
30+
done
2731
- name: Initialize CodeQL
2832
uses: github/codeql-action/init@v2
2933
with:

0 commit comments

Comments
 (0)