Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Feb 12, 2024
1 parent 2318964 commit 8ffc6b3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: sync-upstream
submodules: "recursive"
fetch-depth: 0
submodules: recursive
token: "${{ secrets.ACCESS_TOKEN }}"

- uses: DeterminateSystems/nix-installer-action@main
Expand All @@ -19,7 +20,10 @@ jobs:
- name: update flake upstream inputs
shell: bash
run: |
pwd
ls secrets/
ls home-estate/
nix flake update
git add .
git status
# git add .
# git status
# git push -u origin master

0 comments on commit 8ffc6b3

Please sign in to comment.