Skip to content

Commit

Permalink
Update auto-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jan 21, 2025
1 parent 343cdcb commit 0cd0611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ jobs:
release_id: response.id
}
}
elseif(response.status !== 404)
else if(response.status !== 404) {
throw error
}
return
github.rest.git.deleteRef({
owner: context.repo.owner,
Expand Down

0 comments on commit 0cd0611

Please sign in to comment.