mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
remove quotes
This commit is contained in:
parent
f8fc879083
commit
e03d31ccca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -19,7 +19,7 @@ on:
|
|||
|
||||
env:
|
||||
hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }}
|
||||
flake-inputs: ${{ github.event_name == 'flake-inputs' && '' || github.event.inputs.flake-inputs }}
|
||||
flake-inputs: ${{ github.event_name == 'schedule' && '' || github.event.inputs.flake-inputs }}
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
- name: Update nix flake
|
||||
run: |
|
||||
nix flake update --commit-lock-file "${{ env.flake-inputs }}"
|
||||
nix flake update --commit-lock-file ${{ env.flake-inputs }}
|
||||
printf '# Flake Lock\n\n```txt\n%s```\n' \
|
||||
"$(git show -s --format='%B')" \
|
||||
>> $GITHUB_STEP_SUMMARY
|
||||
|
|
Loading…
Reference in a new issue