diff options
| author | Fuwn <[email protected]> | 2024-10-12 07:10:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-12 07:10:12 -0700 |
| commit | 8d4862d7b94ede4756e63ebbca16d6dc9589f4f5 (patch) | |
| tree | bd5c429cc869f0c55bee110f4d81a31a8ba4ec2f /.github | |
| parent | ci(ci): add cache and restrict run to operative files (diff) | |
| download | tsutsumi-8d4862d7b94ede4756e63ebbca16d6dc9589f4f5.tar.xz tsutsumi-8d4862d7b94ede4756e63ebbca16d6dc9589f4f5.zip | |
ci(yae): use new flag conventions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/yae.yaml | 2 |
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]' |