Skip to content

Commit e717f2d

Browse files
committed
ci: update workflow name
1 parent e4ef7e4 commit e717f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archive-new-urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Find last successful run commit
2121
id: last-run
2222
run: |
23-
last_sha=$(gh run list --workflow="Check New Conference URLs" --json conclusion,headSha --jq '.[] | select(.conclusion=="success") | .headSha' | head -n1)
23+
last_sha=$(gh run list --workflow="Archive New Conference URLs" --json conclusion,headSha --jq '.[] | select(.conclusion=="success") | .headSha' | head -n1)
2424
if [ -n "$last_sha" ]; then
2525
echo "sha=$last_sha" >> $GITHUB_OUTPUT
2626
else

0 commit comments

Comments
 (0)