Skip to content

Commit

Permalink
ci: update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Jan 11, 2025
1 parent e4ef7e4 commit e717f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive-new-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Find last successful run commit
id: last-run
run: |
last_sha=$(gh run list --workflow="Check New Conference URLs" --json conclusion,headSha --jq '.[] | select(.conclusion=="success") | .headSha' | head -n1)
last_sha=$(gh run list --workflow="Archive New Conference URLs" --json conclusion,headSha --jq '.[] | select(.conclusion=="success") | .headSha' | head -n1)
if [ -n "$last_sha" ]; then
echo "sha=$last_sha" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit e717f2d

Please sign in to comment.