Browse Source

Actions: use $GITHUB_OUTPUT instead of ::set-output

pull/379/head
ValdikSS 9 months ago
parent
commit
cf1f2a8674
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -21,7 +21,7 @@ jobs:
- name: Declare short commit variable - name: Declare short commit variable
id: vars id: vars
run: | run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Install MinGW-w64 - name: Install MinGW-w64
run: > run: >

Loading…
Cancel
Save