Skip to content

Commit

Permalink
run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 16, 2023
1 parent 54e3415 commit 045f1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/post/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/post.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as core from '@actions/core'
import * as fs from 'fs'

const annotate: boolean = core.getInput('annotate') === 'true'
const annotate: boolean = core.getInput('annotate') !== 'false'

const file = '.hemttout/ci_annotation.txt'

Expand Down

0 comments on commit 045f1dc

Please sign in to comment.