From 5ed8734e0bf9d2ea638d98dd0c6045b0e5a7778c Mon Sep 17 00:00:00 2001 From: Morten Andersen Date: Tue, 17 Dec 2024 11:31:35 +0100 Subject: [PATCH] ignore: revert back to v2 of the github-workflows --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fe6d0a2..8b89a97 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ concurrency: jobs: test: name: Test - uses: monta-app/github-workflows/.github/workflows/pull-request.yaml@5fe725f615503876677c1cd178a53644691ee84f + uses: monta-app/github-workflows/.github/workflows/pull-request.yaml@v2 secrets: GHL_USERNAME: ${{ secrets.GHL_USERNAME }} GHL_PASSWORD: ${{ secrets.GHL_PASSWORD }}