mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
ci: fix update-maintainers indentation (#7372)
Fixes a regression from be8f7e100f
This commit is contained in:
parent
bafcf33687
commit
a7820832c6
1 changed files with 15 additions and 15 deletions
30
.github/workflows/update-maintainers.yml
vendored
30
.github/workflows/update-maintainers.yml
vendored
|
|
@ -120,24 +120,24 @@ jobs:
|
||||||
|
|
||||||
---
|
---
|
||||||
🤖 *This PR was automatically created by the [update-maintainers workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})*
|
🤖 *This PR was automatically created by the [update-maintainers workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})*
|
||||||
run: |
|
run: |
|
||||||
# Create a new branch for the update
|
# Create a new branch for the update
|
||||||
branch_name="maintainers/update-$(date +%Y%m%d%H%M%S)"
|
branch_name="maintainers/update-$(date +%Y%m%d%H%M%S)"
|
||||||
git checkout -b "$branch_name"
|
git checkout -b "$branch_name"
|
||||||
|
|
||||||
# Commit the changes
|
# Commit the changes
|
||||||
git add all-maintainers.nix
|
git add all-maintainers.nix
|
||||||
git commit -m "$title" -m "$commit_body"
|
git commit -m "$title" -m "$commit_body"
|
||||||
|
|
||||||
# Push the branch
|
# Push the branch
|
||||||
git push origin "$branch_name"
|
git push origin "$branch_name"
|
||||||
|
|
||||||
# Create the pull request
|
# Create the pull request
|
||||||
gh pr create \
|
gh pr create \
|
||||||
--title "$title" \
|
--title "$title" \
|
||||||
--body "$pr_body" \
|
--body "$pr_body" \
|
||||||
--label "dependencies" \
|
--label "dependencies" \
|
||||||
--label "maintainers"
|
--label "maintainers"
|
||||||
- name: Summary
|
- name: Summary
|
||||||
env:
|
env:
|
||||||
has_changes: ${{ steps.check-changes.outputs.has_changes }}
|
has_changes: ${{ steps.check-changes.outputs.has_changes }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue