mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-26 02:25:13 +00:00
Replace set-output usage
This commit is contained in:
2
.github/workflows/compilation.yml
vendored
2
.github/workflows/compilation.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user