Skip to content

Commit

Permalink
UHF-9380: Switched the deprecated set-output command to GITHUB_OUTPUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 23, 2024
1 parent f30610a commit 9b0f264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_audit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NPM Audit Fix and Create PR
name: NPM Audit

on:
schedule:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Read PR template
id: pr_template
run: echo "::set-output name=template::$(cat .github/workflows/npm_audit_template.md)"
run: echo "template=$(cat .github/workflows/npm_audit_template.md)" >> $GITHUB_ENV

- name: Create Pull Request
if: steps.git_changes.outputs.stdout
Expand Down

0 comments on commit 9b0f264

Please sign in to comment.