From aa480427e9c7538893dfff908bd86db9f518ef8e Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Sat, 25 Jun 2022 16:45:17 +0200 Subject: [PATCH] Update format-json-files.yml --- .github/workflows/format-json-files.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format-json-files.yml b/.github/workflows/format-json-files.yml index 4a442747..4798a028 100644 --- a/.github/workflows/format-json-files.yml +++ b/.github/workflows/format-json-files.yml @@ -21,7 +21,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + ref: ${{github.ref}} # Runs a single command using the runners shell - uses: actions/setup-node@v2