update-updater-api: use github.repository_owner to make fork testing of this workflow less obnoxious

This commit is contained in:
Dylan K. Taylor
2023-03-16 15:03:14 +00:00
parent 83945ff0a0
commit 9caed10488

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
repository: pmmp/update.pmmp.io repository: ${{ github.repository_owner }}/update.pmmp.io
ssh-key: ${{ secrets.UPDATE_PMMP_IO_DEPLOY_KEY }} ssh-key: ${{ secrets.UPDATE_PMMP_IO_DEPLOY_KEY }}
- name: Get actual tag name - name: Get actual tag name