Skip to content

Commit

Permalink
Added clearer error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Jan 29, 2020
1 parent 9da8a95 commit 66c7090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function run() {
}).data

if (!data) {
core.setFailed(`"${tag}" was not found or a release ID is not associated with it.`)
core.setFailed(`"${id}" release ID was not found.`)
return
}
}
Expand Down

0 comments on commit 66c7090

Please sign in to comment.