Skip to content

Commit 2ba25e0

Browse files
style: fix job name in update-pacman-repo workflows (#579)
1 parent 25b1921 commit 2ba25e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/__call-update-pacman-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
required: true
1818

1919
jobs:
20-
update-homebrew-release:
20+
update-pacman-repo:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Check if pacman repo

.github/workflows/_update-pacman-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
jobs:
24-
update-homebrew-release:
24+
update-pacman-repo:
2525
name: Update pacman repo
2626
uses: LizardByte/.github/.github/workflows/__call-update-pacman-repo.yml@master
2727
if: github.repository_owner == 'LizardByte'

0 commit comments

Comments
 (0)