Update check-git-apply.yaml

This commit is contained in:
uazo
2022-10-28 06:54:52 -02:00
committed by GitHub
parent 7204ed9bf7
commit 9011196bae
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: "Get value from dispatch"
run: |
if [ -z "${RTAG}" ]; then
if [ ! "${RTAG}" ]; then
echo "GITHUB_SHA=$RTAG" >> $GITHUB_ENV
echo "RTAG=$RTAG"
fi