Solve CI warnings

This commit is contained in:
Francisco Javier Trujillo Mata 2022-11-10 20:34:50 +01:00
parent 370e525840
commit 25def9af22
2 changed files with 6 additions and 6 deletions

View file

@ -20,9 +20,9 @@ jobs:
- name: Get Information Variables
id: core
run: |
echo "::set-output name=info::$(echo test)"
echo "::set-output name=platform::$(echo ps2)"
echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
echo "info=$(echo test)" >> $GITHUB_OUTPUT
echo "platform=$(echo ps2)" >> $GITHUB_OUTPUT
echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
- name: Compile test core
run: |

View file

@ -20,9 +20,9 @@ jobs:
- name: Get Information Variables
id: core
run: |
echo "::set-output name=info::$(echo test)"
echo "::set-output name=platform::$(echo orbis)"
echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
echo "info=$(echo test)" >> $GITHUB_OUTPUT
echo "platform=$(echo orbis)" >> $GITHUB_OUTPUT
echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
- name: Compile test core
run: |