This commit is contained in:
parent
141d375aa6
commit
9e49ae37c0
1 changed files with 2 additions and 1 deletions
3
.github/actions/attic-cache-push/action.yml
vendored
3
.github/actions/attic-cache-push/action.yml
vendored
|
@ -21,7 +21,8 @@ runs:
|
||||||
- name: Attic Login
|
- name: Attic Login
|
||||||
shell: "nix shell nixpkgs#attic-client --command {0}"
|
shell: "nix shell nixpkgs#attic-client --command {0}"
|
||||||
run: |
|
run: |
|
||||||
attic login "${{ inputs.cache_name }}" "${{ inputs.server }}" "${{ inputs.attic_auth_token }}"
|
echo dosomething
|
||||||
|
echo attic login "${{ inputs.cache_name }}" "${{ inputs.server }}" "${{ inputs.attic_auth_token }}"
|
||||||
- name: Attic Use Repository
|
- name: Attic Use Repository
|
||||||
shell: "nix shell nixpkgs#attic-client --command {0}"
|
shell: "nix shell nixpkgs#attic-client --command {0}"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue