Skip to content

Commit ac8d34c

Browse files
committed
Update ci.yml
1 parent 24fc970 commit ac8d34c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25+
- name: ${{ github.event.pull_request.user.login || '' }}-${{ github.head_ref || github.ref_name }}-${{ github.job }}
26+
run: echo github
2527
- name: Initialize CodeQL
2628
uses: github/codeql-action/init@v2
2729
with:

0 commit comments

Comments
 (0)