Skip to content

Commit 6aae55c

Browse files
committed
Fix elif
1 parent 5d0002c commit 6aae55c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
set -euxo pipefail
6060
if [ ${{ github.event_name }} = release ]; then
6161
echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
62-
elif [ ${{ github.event_name }} = push ];
62+
elif [ ${{ github.event_name }} = push ]; then
6363
echo "RELEASE_VERSION=latest" >> $GITHUB_ENV
6464
else
6565
echo Unsupported event

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ci-testing test
1+
# ci-testing test 1
22

33
A template for an ansible role which configures some GNU/Linux subsystem or
44
service. A brief description of the role goes here.

0 commit comments

Comments
 (0)