Skip to content

Commit

Permalink
🔧 Update set-output as per deprecation (#6564)
Browse files Browse the repository at this point in the history
🔧 Update deprecation
  • Loading branch information
Gary-H9 authored Jan 15, 2025
1 parent 9c4a7c6 commit de24abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-workflow-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
run: |
PR_NUMBER=$(git log -1 --pretty=%B | grep -oP '#\K\d+')
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
echo "::set-output name=pr_number::$PR_NUMBER"
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
- name: Notify Slack on Failure
if: failure() && steps.terraform_apply.outcome == 'failure'
Expand Down

0 comments on commit de24abc

Please sign in to comment.