aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-12 07:10:12 -0700
committerFuwn <[email protected]>2024-10-12 07:10:12 -0700
commit8d4862d7b94ede4756e63ebbca16d6dc9589f4f5 (patch)
treebd5c429cc869f0c55bee110f4d81a31a8ba4ec2f /.github
parentci(ci): add cache and restrict run to operative files (diff)
downloadtsutsumi-8d4862d7b94ede4756e63ebbca16d6dc9589f4f5.tar.xz
tsutsumi-8d4862d7b94ede4756e63ebbca16d6dc9589f4f5.zip
ci(yae): use new flag conventions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yae.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yae.yaml b/.github/workflows/yae.yaml
index 35429e8..81704de 100644
--- a/.github/workflows/yae.yaml
+++ b/.github/workflows/yae.yaml
@@ -15,7 +15,7 @@ jobs:
run: nix --accept-flake-config profile install "github:Fuwn/yae"
- name: Yae Update
id: yae_update
- run: yae update --show-updated-only-formatted | tee yae_update_output.txt
+ run: yae --silent update --output-formatted-updated-list | tee yae_update_output.txt
- name: Commit and Push Changes
run: |-
git config --global user.name 'github-actions[bot]'