mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[ci] replace deprecated set-output with env file
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
-
|
||||
name: Get short commit SHA
|
||||
id: commit_sha
|
||||
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
|
||||
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
|
||||
Reference in New Issue
Block a user