diff --git a/.github/workflows/__call-update-pacman-repo.yml b/.github/workflows/__call-update-pacman-repo.yml index 362683a4..8e6f2c66 100644 --- a/.github/workflows/__call-update-pacman-repo.yml +++ b/.github/workflows/__call-update-pacman-repo.yml @@ -17,7 +17,7 @@ on: required: true jobs: - update-homebrew-release: + update-pacman-repo: runs-on: ubuntu-latest steps: - name: Check if pacman repo diff --git a/.github/workflows/_update-pacman-repo.yml b/.github/workflows/_update-pacman-repo.yml index dce30c57..56e8c064 100644 --- a/.github/workflows/_update-pacman-repo.yml +++ b/.github/workflows/_update-pacman-repo.yml @@ -21,7 +21,7 @@ concurrency: cancel-in-progress: true jobs: - update-homebrew-release: + update-pacman-repo: name: Update pacman repo uses: LizardByte/.github/.github/workflows/__call-update-pacman-repo.yml@master if: github.repository_owner == 'LizardByte'