Skip to content

Commit 9b23367

Browse files
authored
Update update_qc_status.yml to refer to issue creator in catalog update
1 parent 756a5ac commit 9b23367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_qc_status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
julia update_qc.jl "$AUTHOR" "$ISSUE_BODY"
2525
env:
26-
AUTHOR: ${{ github.actor }}
26+
AUTHOR: ${{ github.event.issue.user.login }}
2727
ISSUE_BODY: ${{ github.event.issue.body }}
2828
- name: Create Pull Request
2929
id: cpr
@@ -40,4 +40,4 @@ jobs:
4040
Auto-generated
4141
assignees: ariaradick
4242
reviewers: ariaradick
43-
draft: false
43+
draft: false

0 commit comments

Comments
 (0)