fixup! Add github workflow
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Fabian Hauser 2025-03-01 20:35:22 +02:00
parent 141d375aa6
commit 9e49ae37c0

View file

@ -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: |