We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5d597 commit ed12c6cCopy full SHA for ed12c6c
.github/scripts/env.sh
@@ -10,7 +10,7 @@ VERSION=$(echo "${REF#refs/tags/}")
10
11
# export some data
12
set-env () {
13
- echo "::set-env name=$1::$2"
+ echo "$1=$2" >> $GITHUB_ENV
14
export $1="$2"
15
}
16
0 commit comments