Skip to content

Commit

Permalink
Merge pull request #131 from DeterminateSystems/update-detsys-ts
Browse files Browse the repository at this point in the history
Update detsys-ts
  • Loading branch information
lucperkins authored May 22, 2024
2 parents a5431e3 + 45c0812 commit 114496f
Show file tree
Hide file tree
Showing 7 changed files with 1,188 additions and 701 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ jobs:
log-directives: "flakehub_push=trace"
logger: "pretty"
flakehub-push-binary: ./flakehub-push-X64-Linux/flakehub-push
_internal-strict-mode: true
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ inputs:
source-url:
description: A URL pointing to a `flakehub-push` binary. Overrides all other `source-*` options.
required: false
_internal-strict-mode:
description: Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.
default: false

# DEPRECATED options (use the `source-*` equivalents above)
flakehub-push-binary:
Expand Down
Loading

0 comments on commit 114496f

Please sign in to comment.