We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0002c commit 6aae55cCopy full SHA for 6aae55c
2 files changed
.github/workflows/build-docs.yml
@@ -59,7 +59,7 @@ jobs:
59
set -euxo pipefail
60
if [ ${{ github.event_name }} = release ]; then
61
echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
62
- elif [ ${{ github.event_name }} = push ];
+ elif [ ${{ github.event_name }} = push ]; then
63
echo "RELEASE_VERSION=latest" >> $GITHUB_ENV
64
else
65
echo Unsupported event
README.md
@@ -1,4 +1,4 @@
1
-# ci-testing test
+# ci-testing test 1
2
3
A template for an ansible role which configures some GNU/Linux subsystem or
4
service. A brief description of the role goes here.
0 commit comments