Replace set-output usage

This commit is contained in:
Wouter Wijsman
2023-06-22 21:24:13 +02:00
committed by GitHub
parent 87698c8a2c
commit a7b9552834

View File

@@ -27,7 +27,7 @@ jobs:
- name: Get short SHA
id: slug
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
run: echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
- name: Compile Examples
run: |