From 108acae39958cb843d41a19b2b5a3eb5c26c6bad Mon Sep 17 00:00:00 2001 From: Yimura Date: Mon, 3 Jan 2022 17:49:09 +0100 Subject: [PATCH] fix(Actions): forgot with keyword --- .github/workflows/nightly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0ac05959..1c62baf5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -70,5 +70,6 @@ jobs: - name: Keep only the last 7 nightly builds, any other nightlies will be removed uses: dev-drprasad/delete-older-releases@v0.2.0 - keep_latest: 7 - delete_tag_pattern: nightly \ No newline at end of file + with: + keep_latest: 7 + delete_tag_pattern: nightly