mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-15 19:39:18 +00:00
ci: update CI for deprecated set-output (#417)
This commit is contained in:
parent
77b6fb2792
commit
19fb3031be
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Set Short SHA
|
- name: Set Short SHA
|
||||||
id: set_short_sha
|
id: set_short_sha
|
||||||
run: echo "::set-output name=short_sha::$(echo ${{ github.sha }} | cut -c1-7)"
|
run: echo "short_sha=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
build-amd:
|
build-amd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user