Skip to content

Commit 1457939

Browse files
committed
Run the correct script in retire.yml
It was tested with the right one originally: https://github.com/Infinisil-s-Test-Organization/nixpkgs-committers/blob/main/.github/workflows/retire.yml#L39-L40
1 parent 28e03e5 commit 1457939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/retire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
with:
3636
token: ${{ steps.app-token.outputs.token }}
3737
- name: Run script
38-
run: scripts/sync.sh NixOS nixpkgs nixpkgs-committers members
38+
run: scripts/retire.sh NixOS nixpkgs nixpkgs-committers members
3939
env:
4040
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)