Skip to content

Commit

Permalink
fixup! squash! Don't use the Nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 2, 2023
1 parent 63fcd6c commit 48599da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/merge-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
- name: Filter commits
run: |
tmp="recipes-$(date +%s)"
git switch -c "$tmp" ${{ steps.upstream.outputs.ref }}
git switch -C upstream-recipes ${{ steps.upstream.outputs.ref }}
nix run nixpkgs#git-filter-repo -- \
--path recipes/ --refs "merge-base..HEAD" \
--commit-callback '
Expand All @@ -72,8 +71,7 @@ jobs:
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
with:
# base: merge-base
base: akirak
token: ${{ secrets.PAT_FOR_PR }}
title: 'Merge the upstream recipe commits'
branch: upstream-recipes
labels: automation

0 comments on commit 48599da

Please sign in to comment.