Skip to content

Commit

Permalink
Try to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed Apr 18, 2024
1 parent 403a48c commit 89196c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
})
).data[0];
if (data.number) {
if (data) {
return data.number;
} else {
return '';
Expand Down

0 comments on commit 89196c1

Please sign in to comment.