Skip to content

Commit

Permalink
ci: use new action default inputs (less verbose)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 28, 2023
1 parent 762fa9c commit c4c4d01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main
with:
discovery_json: ${{ toJSON(matrix.target) }}

shells:
needs: [discover, tests]
Expand All @@ -82,8 +80,6 @@ jobs:
accept-flake-config = true
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main
with:
discovery_json: ${{ toJSON(matrix.target) }}

tests:
needs: discover
Expand Down Expand Up @@ -116,5 +112,3 @@ jobs:
# continue normally ...
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main
with:
discovery_json: ${{ toJSON(matrix.target) }}

0 comments on commit c4c4d01

Please sign in to comment.