From 46d3b0539456b9f6789ce7a78b0e6670dedd98df Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 16 Oct 2021 21:37:52 +0200 Subject: [PATCH] Use github.sha instead --- .github/workflows/Crate-publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Crate-publishing.yml b/.github/workflows/Crate-publishing.yml index cff47053..bbd1d03a 100644 --- a/.github/workflows/Crate-publishing.yml +++ b/.github/workflows/Crate-publishing.yml @@ -15,7 +15,7 @@ on: pull_request: env: - UNICORN_VERSION: ${{ GITHUB_SHA }} + UNICORN_VERSION: ${{ github.sha }} jobs: build: