Skip to content

Commit

Permalink
Merge pull request #2 from jeff-takaki/set-output-fix
Browse files Browse the repository at this point in the history
Fix set-output GHA deprecation warning (Software-5354)
  • Loading branch information
mwestphall authored Jan 22, 2024
2 parents 47b7a72 + aafc2bf commit b61703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
--strict
- id: format-github-repo
run: echo "::set-output name=repo-name::${GITHUB_REPOSITORY#*\/}"
run: echo "repo-name=${GITHUB_REPOSITORY#*\/}" >> $GITHUB_OUTPUT

- id: Move to file dir to resemble prod setup
run: |
Expand Down

0 comments on commit b61703f

Please sign in to comment.