From ee38dd26abcca7b41f0d54601bd531e7144c09ec Mon Sep 17 00:00:00 2001 From: Devlynnx <131967130+Devlynnx@users.noreply.github.com> Date: Sun, 4 Jun 2023 09:49:55 -0700 Subject: [PATCH 1/5] Create 0rigin --- 0rigin | 1 + 1 file changed, 1 insertion(+) create mode 100644 0rigin diff --git a/0rigin b/0rigin new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/0rigin @@ -0,0 +1 @@ + From 071b6b073fb2eb595d899eae836df1694879101f Mon Sep 17 00:00:00 2001 From: Devlynnx <131967130+Devlynnx@users.noreply.github.com> Date: Fri, 9 Jun 2023 04:06:41 -0700 Subject: [PATCH 2/5] Update update-config-files.yml --- .github/workflows/update-config-files.yml | 47 +++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.github/workflows/update-config-files.yml b/.github/workflows/update-config-files.yml index 87af50042..ff2d78bfa 100644 --- a/.github/workflows/update-config-files.yml +++ b/.github/workflows/update-config-files.yml @@ -1,5 +1,52 @@ name: Update configuration files +- name: Upload a Build Artifact + uses: actions/upload-artifact@v3.1.2 + with: + # Artifact name + name: # optional, default is artifact + # A file, directory or wildcard pattern that describes what to upload + path: + # The desired behavior if no files are found using the provided path. +Available Options: + warn: Output a warning but do not fail the action + error: Fail the action with an error message + ignore: Do not output any warnings or errors, the action does not fail + if-no-files-found: # optional, default is warn + # Duration after which artifact will expire in days. 0 means using default retention. +Minimum 1 day. Maximum 90 days unless changed from the repository settings page. + + retention-days: # optional- name: Upload a Build Artifact + + uses: actions/upload-artifact@v3.1.2 + + with: + + # Artifact name + + name: # optional, default is artifact + + # A file, directory or wildcard pattern that describes what to upload + + path: + + # The desired behavior if no files are found using the provided path. + +Available Options: + + warn: Output a warning but do not fail the action + + error: Fail the action with an error message + + ignore: Do not output any warnings or errors, the action does not fail + + if-no-files-found: # optional, default is warn + + # Duration after which artifact will expire in days. 0 means using default retention. + +Minimum 1 day. Maximum 90 days unless changed from the repository settings page. + + retention-days: # optional on: schedule: - cron: '0 3 * * 0' From aab065a65dc0160915b434accec03e0bf77969e1 Mon Sep 17 00:00:00 2001 From: Devlynnx <131967130+Devlynnx@users.noreply.github.com> Date: Sat, 10 Jun 2023 01:41:03 -0700 Subject: [PATCH 3/5] Revert "Create 0rigin" --- 0rigin | 1 - 1 file changed, 1 deletion(-) delete mode 100644 0rigin diff --git a/0rigin b/0rigin deleted file mode 100644 index 8b1378917..000000000 --- a/0rigin +++ /dev/null @@ -1 +0,0 @@ - From ef1f157a73c96f5ab6d0594daa72351884a3f1c1 Mon Sep 17 00:00:00 2001 From: Devlynnx <131967130+Devlynnx@users.noreply.github.com> Date: Sat, 10 Jun 2023 01:42:25 -0700 Subject: [PATCH 4/5] Revert "Revert "Create 0rigin"" --- 0rigin | 1 + 1 file changed, 1 insertion(+) create mode 100644 0rigin diff --git a/0rigin b/0rigin new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/0rigin @@ -0,0 +1 @@ + From b590c6190b2a21bd85e041b194a4e7ec4fa1989c Mon Sep 17 00:00:00 2001 From: Devlynnx <131967130+Devlynnx@users.noreply.github.com> Date: Sat, 10 Jun 2023 01:59:31 -0700 Subject: [PATCH 5/5] Update 0rigin --- 0rigin | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/0rigin b/0rigin index 8b1378917..b223be2c5 100644 --- a/0rigin +++ b/0rigin @@ -1 +1,19 @@ +- name: Upload a Build Artifact + uses: actions/upload-artifact@v3.1.2 + with: + # Artifact name + name: # optional, default is artifact + # A file, directory or wildcard pattern that describes what to upload + path: + # The desired behavior if no files are found using the provided path. +Available Options: + warn: Output a warning but do not fail the action + error: Fail the action with an error message + ignore: Do not output any warnings or errors, the action does not fail + + if-no-files-found: # optional, default is warn + # Duration after which artifact will expire in days. 0 means using default retention. +Minimum 1 day. Maximum 90 days unless changed from the repository settings page. + + retention-days: # optional