We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02842b4 commit 9ad72ddCopy full SHA for 9ad72dd
action.yml
@@ -81,7 +81,7 @@ runs:
81
fi
82
83
echo "FETCH_DEPTH is $FETCH_DEPTH"
84
- echo "::set-output name=fetch-depth::$FETCH_DEPTH"
+ echo "fetch-depth=$FETCH_DEPTH" >> "$GITHUB_OUTPUT"
85
86
- name: Checkout code
87
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # v2.4.2
@@ -142,4 +142,4 @@ runs:
142
run: |
143
MATRIX_JSON=$(php ${{ github.action_path }}/action.php)
144
echo "MATRIX_JSON: $MATRIX_JSON"
145
- echo "::set-output name=matrix::${MATRIX_JSON}"
+ echo "matrix=${MATRIX_JSON}" >> "$GITHUB_OUTPUT"
0 commit comments