Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Jul 3, 2024
1 parent d2c7a6e commit 07138ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const run = async () => {
const sha = github.context.sha
core.info(`Running for current SHA ${sha}`)

console.log("hello")

try {
// inputResult will be 'unknown' if we're in "restore only" mode.
const inputResult = core.getInput('result')
Expand Down

0 comments on commit 07138ce

Please sign in to comment.