Skip to content

Commit

Permalink
Merge pull request #44 from purcell/wrap-install-nix-action
Browse files Browse the repository at this point in the history
More tweaks
  • Loading branch information
purcell authored Jan 15, 2024
2 parents fe7f6d4 + e3be1c4 commit 5b7eba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "CI"
on:
schedule:
- cron: "15 7 * * 1"
pull_request:
push:
paths-ignore:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: 'composite'
steps:
- run: cd ${{ github.action_path }} && git submodule update --init install-nix-action
- run: cd ${{ github.action_path }} && git submodule update --depth 1 --init install-nix-action
shell: bash
- run: ${{ github.action_path }}/install.sh
shell: bash
Expand Down

0 comments on commit 5b7eba3

Please sign in to comment.