GitHub Actions: stop using ::set-output

This commit is contained in:
Dan Halbert 2025-02-08 15:46:01 -05:00
parent 60c4107dbd
commit b28106713e

View file

@ -16,7 +16,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- name: Translate Repo Name For Build Tools filename_prefix
id: repo-name
run: echo ::set-output name=repo-name::circup
run: echo "repo-name=circup" >> $GITHUB_OUTPUT
- name: Set up Python 3.11
uses: actions/setup-python@v1
with: