From 0f8c1c8f0a03c9f5a5a6f3f8c997756de6d469f6 Mon Sep 17 00:00:00 2001 From: Patrick Roddy Date: Mon, 16 Oct 2023 13:12:12 +0100 Subject: [PATCH] Use new workflow location --- .github/workflows/add_issue_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_issue_to_project.yml b/.github/workflows/add_issue_to_project.yml index fd58cdf..7db4250 100644 --- a/.github/workflows/add_issue_to_project.yml +++ b/.github/workflows/add_issue_to_project.yml @@ -7,5 +7,5 @@ on: jobs: add-issue-to-project: - uses: UCL-MIRSG/reusable-workflows/.github/workflows/add-to-project.yml@main + uses: UCL-MIRSG/.github/workflows/add-to-project.yml@v0.4.0 secrets: inherit