From 9caed104882cba0a26cacbc95f612251595c2264 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 16 Mar 2023 15:03:14 +0000 Subject: [PATCH] update-updater-api: use github.repository_owner to make fork testing of this workflow less obnoxious --- .github/workflows/update-updater-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-updater-api.yml b/.github/workflows/update-updater-api.yml index c8f73ea150..d3a4001360 100644 --- a/.github/workflows/update-updater-api.yml +++ b/.github/workflows/update-updater-api.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: - repository: pmmp/update.pmmp.io + repository: ${{ github.repository_owner }}/update.pmmp.io ssh-key: ${{ secrets.UPDATE_PMMP_IO_DEPLOY_KEY }} - name: Get actual tag name