Skip to content

Commit

Permalink
feat: include new warnings from actions-toolkit (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryduckworth authored Jan 30, 2023
1 parent f2eb970 commit 27d24b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

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

1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const { runAction } = require('./release-notify-action')

async function run() {
toolkit.logActionRefWarning()
toolkit.logRepoWarning()

const token = core.getInput('github-token', { required: true })

Expand Down

0 comments on commit 27d24b3

Please sign in to comment.