Skip to content

Commit

Permalink
chore: Add an action to test
Browse files Browse the repository at this point in the history
  • Loading branch information
riosje committed May 23, 2024
1 parent 3a62b8c commit f74e1e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123611,7 +123611,6 @@ async function run() {
return
}

core.setFailed("Invalid action. Please use 'start' or 'stop'");

} catch (err) {
core.setFailed(err);
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export async function run() {
return
}

core.setFailed("Invalid action. Please use 'start' or 'stop'");

} catch (err) {
core.setFailed(err);
Expand Down

0 comments on commit f74e1e0

Please sign in to comment.