Skip to content

Commit

Permalink
build: sync common files from github_organization_management repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metworkbot committed Oct 25, 2022
1 parent 78d4333 commit 19d12b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/set_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if test "${BRANCH}" = "master"; then
fi


echo 'branch=${BRANCH}' >> $GITHUB_OUTPUT
echo 'os=${OS_VERSION}' >> $GITHUB_OUTPUT
echo 'tag_branch=${TAG_BRANCH}' >> $GITHUB_OUTPUT
echo 'tag_latest=${TAG_LATEST}' >> $GITHUB_OUTPUT
echo "branch=${BRANCH}" >> $GITHUB_OUTPUT
echo "os=${OS_VERSION}" >> $GITHUB_OUTPUT
echo "tag_branch=${TAG_BRANCH}" >> $GITHUB_OUTPUT
echo "tag_latest=${TAG_LATEST}" >> $GITHUB_OUTPUT

0 comments on commit 19d12b2

Please sign in to comment.