chore: use single quotes in yaml

This commit is contained in:
Randolf J 2022-06-01 15:59:20 +02:00
parent fd8493ad53
commit 1f242f1e3c

View File

@ -7,7 +7,7 @@ on:
jobs:
pre-release:
if: "!startsWith(github.event.head_commit.message, 'chore: freeze version on docs')"
if: '!startsWith(github.event.head_commit.message, "chore: freeze version on docs")'
runs-on: ubuntu-latest
permissions:
contents: write
@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ssh-key: "${{ secrets.SSH_PRIVATE_KEY }}"
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install dependencies
run: npm install
- name: Build