Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lok <[email protected]>
  • Loading branch information
daniellok-db committed Feb 13, 2024
1 parent b0d9fe6 commit 908dc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/warn-on-updating-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const warn = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/warn-requirement.js`);
const warn = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/warn-requirements.js`);
await warn({ context, github });

0 comments on commit 908dc49

Please sign in to comment.