Skip to content

Introduce support for the 'overwrite' option of upload-artifact#112

Open
ianjauslin-rutgers wants to merge 2 commits intoactions:mainfrom
ianjauslin-rutgers:main
Open

Introduce support for the 'overwrite' option of upload-artifact#112
ianjauslin-rutgers wants to merge 2 commits intoactions:mainfrom
ianjauslin-rutgers:main

Conversation

@ianjauslin-rutgers
Copy link
Copy Markdown

This patch allows the overwrite option to be passed to upload-pages. This is useful for workflows where upload-pages-artifact is invoked twice. Without the overwrite option, the upload fails the second time.

In my particular case, I run a workflow that consists in two parts, one that is quick and one that is long. I want to run upload-pages-artifact twice: once when the quick action is finished, and again when the longer one concludes. Thus, the page can be updated without waiting for the longer action to complete.

This patch would close #110 .

@ianjauslin-rutgers ianjauslin-rutgers requested a review from a team as a code owner January 31, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support the upload-artifact overwrite option.

1 participant