Skip to content

Commit

Permalink
ci: whoopsie
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
  • Loading branch information
LudovicoPiero committed Mar 28, 2024
1 parent 9e46b0a commit 5cdc299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
echo "matrix=$flakes" >> "$GITHUB_OUTPUT"
update-flake:
if: github.repository == 'ludovicopiero/dotfiles' # Don't do this in forks
if: github.repository == 'ludovicopiero/nixpackages' # Don't do this in forks
name: update-${{ matrix.flake }}
runs-on: ubuntu-latest
needs: get-flakes
@@ -46,7 +46,7 @@ jobs:
dependency: ${{ matrix.flake }}
pull-request-token: ${{ secrets.PR_TOKEN }}
pull-request-author: Maximilian <59017537+MaximilianSforza@users.noreply.github.com>
github-token: ${{ secrets.GH_TOKEN }}
github-token: ${{ secrets.PR_TOKEN }}
pull-request-labels: automated,uwu, keep-up-to-date
delete-branch: true
pull-request-branch-prefix: "flake/update-"

0 comments on commit 5cdc299

Please sign in to comment.