We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c895ff5 commit afedfa9Copy full SHA for afedfa9
.github/workflows/build.yml
@@ -27,9 +27,9 @@ jobs:
27
id: vars
28
run: |
29
if [[ -z "${{ github.event.inputs.denops_version }}" ]]; then
30
- echo 'DENOPS_VERSION=main' >> $GITHUB_OUTPUT
+ DENOPS_VERSION=main
31
else
32
- echo 'DENOPS_VERSION=${{ github.event.inputs.denops_version }}' >> $GITHUB_OUTPUT
+ DENOPS_VERSION=${{ github.event.inputs.denops_version }}
33
fi
34
if [[ $DENOPS_VERSION == v* ]]; then
35
echo "DOCKER_TAG=$DENOPS_VERSION" >> $GITHUB_OUTPUT
0 commit comments