Skip to content

Commit

Permalink
Merge branch 'main' into json-annotation-cloudinit
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi authored Dec 13, 2021
2 parents 7940f1d + 19cc344 commit 9b81406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "${new_version}" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Create PR
if: ${{ env.NEW_VERSION != "" }}
if: ${{ env.NEW_VERSION != '' }}
uses: peter-evans/create-pull-request@v3
id: cpr
with:
Expand Down

0 comments on commit 9b81406

Please sign in to comment.