chore: support overwriting of action

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-05-06 14:26:03 +02:00
parent d675d64641
commit 5378a641de
4 changed files with 7 additions and 0 deletions
@@ -47,6 +47,7 @@ jobs:
name: preview-spec
path: comment.md
retention-days: 2
overwrite: true
- name: Upload PR Event as Artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
@@ -54,3 +55,4 @@ jobs:
name: preview-spec
path: ${{ github.event_path }}
retention-days: 2
overwrite: true
@@ -34,3 +34,4 @@ jobs:
with:
name: pr_number-${{ github.event.pull_request.number }}
path: pr/
overwrite: true
+1
View File
@@ -63,6 +63,7 @@ jobs:
name: SARIF file
path: results.sarif
retention-days: 5
overwrite: true
# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
+3
View File
@@ -103,12 +103,14 @@ jobs:
name: preview-spec
path: ./.github/uffizzi/k8s/manifests/manifests.rendered.yml
retention-days: 2
overwrite: true
- name: Upload PR Event as Artifact
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: preview-spec
path: ${{ github.event_path }}
retention-days: 2
overwrite: true
delete-preview:
name: Call for Preview Deletion
@@ -127,3 +129,4 @@ jobs:
name: preview-spec
path: ${{ github.event_path }}
retention-days: 2
overwrite: true