Deprecate set-output

This commit is contained in:
Yoann Chaudet
2022-11-01 10:05:28 -07:00
parent 55cb9c51ab
commit eb5eb8ec79
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
id: grep-image-content
run: |
image=$(grep -E "jekyll-build-pages.*\'" action.yml)
echo "::set-output name=image::$image"
echo "image=$image" >> $GITHUB_OUTPUT
- uses: actions-ecosystem/action-regex-match@v2
id: regex-match
with: