1
0

Deal with some GHA deprecation warnings (#14216)

This commit is contained in:
David Robertson
2022-10-18 13:45:34 +01:00
committed by GitHub
parent 6c5082f3e0
commit a8677bc9b8
4 changed files with 12 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ jobs:
esac
# finally, set the 'branch-version' var.
echo "::set-output name=branch-version::$branch"
echo "branch-version=$branch" >> "$GITHUB_OUTPUT"
# Deploy to the target directory.
- name: Deploy to gh pages