Skip to content

Commit 01ac935

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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: echo ${{ github }}
2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v2
2929
with:

0 commit comments

Comments
 (0)