Skip to content

Commit

Permalink
ci: use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Jan 14, 2025
1 parent 0285855 commit 81b6c87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-flakehub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
contents: "read"
steps:
- uses: "actions/checkout@v4"
- name: "stub checks"
run: echo '_: {}' > ./checks/default.nix
- run: echo "_: {}" > ./checks/default.nix
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
Expand Down

0 comments on commit 81b6c87

Please sign in to comment.