Fix broken pipelines (#42)

* fix broken pipelines

* rollback ref setting

Ref needed for prettier action

* Prettified Code!

Co-authored-by: Tom910 <Tom910@users.noreply.github.com>
This commit is contained in:
Andrey Marchenko
2022-11-01 17:12:30 +03:00
committed by GitHub
parent 83c46d7b47
commit 4f420bb586
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
# Make sure the actual branch is checked out when running on pull requests # Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}