Update deploy script
Some checks failed
ci/cd / Build (push) Failing after 8s

This commit is contained in:
Mariia Shabelnik 2024-09-25 13:41:10 +02:00
parent f32c26bb7d
commit a75027d8fa
No known key found for this signature in database
GPG Key ID: 27F973065C339207

View File

@ -7,7 +7,7 @@ jobs:
runs-on: all
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Declare variables
run: |
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"