Skip to content

Commit

Permalink
use github in TS instead of passing through thing
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Jan 28, 2025
1 parent e5aa4e4 commit 1c145e9
Show file tree
Hide file tree
Showing 6 changed files with 6,222 additions and 1,721 deletions.
10 changes: 0 additions & 10 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ inputs:
description: The actual GitHub repository containing your flake. In the format of OrgName/RepoName.
required: true
default: ${{ github.repository }}
repository-default-branch:
description: The default branch for the repository. (Used to ensure pushes only occur from the default branch.)
required: true
default: ${{ github.event.repository.default_branch }}
current-ref-name:
description: The current context ref_name. (Used to ensure pushes only occur from the default branch.)
required: true
default: ${{ github.ref_name }}
# TODO: do we also need to make sure it's only branches/tags? how does that even work right now?
# if I have branches pushed, and then have it push on tags, does it not conflict? Or maybe it's okay because it's the same contents and we allow that?
mirror:
description: If the repository is mirrored via DeterminateSystems' mirror functionality. This is only usable by DeterminateSystems.
required: false
Expand Down
Loading

0 comments on commit 1c145e9

Please sign in to comment.