mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Fix references
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
echo ${GITHUB_REF}
|
||||
BRANCH=$(${GITHUB_REF} | sed -e "s/refs\/heads\///g")
|
||||
BRANCH=$(echo ${GITHUB_REF} | sed -e "s/refs\/heads\///g")
|
||||
echo ${BRANCH}
|
||||
|
||||
if [ "${BRANCH}" = "master" ]; then
|
||||
|
||||
Reference in New Issue
Block a user