Commit Graph

582 Commits (6f883febcb4f52708a02df03fab9f1f742a588f7)

Author SHA1 Message Date
Cyril Rohr 6f883febcb
Merge pull request #9 from runs-on/fix/allow-to-keep-using-env-credentials
Allow to keep using env credentials
2024-05-21 19:54:48 +02:00
Cyril Rohr 70d7646a11 build 2024-05-21 16:53:32 +00:00
Cyril Rohr cf6e7f2371 Allow to use existing AWS credentials even on RunsOn, by setting RUNS_ON_RUNNER_NAME="" 2024-05-21 16:52:36 +00:00
Cyril Rohr c416bffd71 Fix workflows 2024-05-21 16:32:43 +00:00
Cyril Rohr d1fd568f5e Fix workflows 2024-05-21 16:32:22 +00:00
Cyril Rohr e6646e16f0 Update README 2024-05-21 16:29:45 +00:00
Cyril Rohr 5cc6904a62 build 2024-05-21 16:27:55 +00:00
Cyril Rohr 5f24f691b8
Merge pull request #4 from tenantcloud/force-path-style-no-build
feat: AWS S3 force path style
2024-05-21 18:26:33 +02:00
Oleksandr Prypkhan 148157c8d6 fix: Check for explicit true string 2024-05-16 16:10:51 +03:00
Oleksandr Prypkhan b63b71a3e7 feat: AWS S3 force path style 2024-05-01 00:23:36 +03:00
Cyril Rohr e6d7c363de
Merge pull request #1 from runs-on/fix/unset-existing-credentials
Unset existing credentials when running on RunsOn
2024-02-28 22:01:41 +01:00
Cyril Rohr 02aecb09b8
Merge pull request #2 from runs-on/fix/one-s3client
Only one s3client initialisation
2024-02-28 10:35:52 +01:00
Cyril Rohr f45c4284d8
dist 2024-02-28 09:30:03 +00:00
Cyril Rohr 6de5dcf3c3
Initialize s3client once 2024-02-28 09:29:17 +00:00
Cyril Rohr df4fed6d95
dist 2024-02-28 08:26:54 +00:00
Cyril Rohr c4c60d1f09
Unset existing credentials when running from RunsOn 2024-02-28 08:26:48 +00:00
Cyril Rohr 197b09d6da
action.yml and readme 2024-02-15 19:33:19 +00:00
Cyril Rohr ede15a2f5d
better defaults 2024-02-15 16:00:07 +00:00
Cyril Rohr 8f9e839eda
dist 2024-02-15 12:38:10 +00:00
Cyril Rohr e477012777
RunsOn implem 2024-02-15 12:38:10 +00:00
Rob Herley 13aacd865c
Merge pull request #1242 from to-s/main
feat: save-always flag
2024-01-16 14:54:22 -05:00
Rob Herley 53b35c5439
Merge branch 'main' into main 2024-01-16 14:51:14 -05:00
Yang Cao 65b8989fab
Merge pull request #1284 from takost/update-to-node-20
Update action to node20
2024-01-16 10:16:06 -05:00
Tatyana Kostromskaya d0be34d544 Fix dist 2024-01-15 14:19:39 +00:00
Tatyana Kostromskaya 66cf064d47 Merge branch 'main' into update-to-node-20 2024-01-15 14:13:28 +00:00
Rob Herley 1326563738
Merge branch 'main' into main 2024-01-11 15:19:28 -05:00
Rob Herley e12d46a63a
Merge pull request #1302 from actions/robherley/v3.3.3
Cache v3.3.3
2024-01-11 11:38:08 -05:00
Rob Herley 1baebfc3ba
licensed 2024-01-11 10:45:45 -05:00
Rob Herley eb94f1a6bf
cache v3.3.3 2024-01-11 10:37:08 -05:00
Tatyana Kostromskaya e71876755e Fix format 2024-01-10 15:40:24 +00:00
Tatyana Kostromskaya 01229828ff Apply workaround for earlyExit 2024-01-10 15:36:58 +00:00
Tatyana Kostromskaya 3185ecfd61 Update "only-" actions to node20 2024-01-10 15:00:25 +00:00
Tatyana Kostromskaya 25618a0a67 Bump version 2024-01-10 14:37:39 +00:00
Tatyana Kostromskaya a0a285ffd4 replace deprecated @zeit/ncc with @vercel/ncc 2023-12-15 11:00:48 +00:00
Tatyana Kostromskaya b00bedba4a Update license 2023-12-15 10:37:48 +00:00
Tatyana Kostromskaya 99d573b49d Rebuild dist 2023-12-15 10:17:02 +00:00
Tatyana Kostromskaya 6f0a1fdd90 Update check-dist node version 2023-12-14 15:30:15 +00:00
Tatyana Kostromskaya 2001ca4114 Update action to node20 2023-11-20 13:30:40 +00:00
to-s 0e9aed0d0d Revert "Update action.yml"
This reverts commit 3b7dac1789.
2023-11-09 00:31:17 +01:00
to-s 3b7dac1789
Update action.yml
Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com>
2023-11-06 07:23:38 +01:00
to-s b1378c8403
added save-always input 2023-09-13 13:58:52 +02:00
Bethany 704facf57e
Merge pull request #1236 from actions/bethanyj28/bump-version
Bump action version to 3.3.2
2023-09-07 16:31:19 -04:00
bethanyj28 17e2888746 Add to RELEASES.md 2023-09-06 14:41:49 -04:00
bethanyj28 667d8fdfa2 bump action version to 3.3.2 2023-09-06 14:15:33 -04:00
Chad Kimes f7ebb81a3f
Consume latest toolkit and fix dangling promise bug (#1217)
* Consume latest toolkit and fix dangling promise bug

* Pass earlyExit parameter to run method so tests don't hang

* Pass earlyExit parameter to run method so tests don't hang

* Refactor restore files to have better patterns for testing

* style
2023-08-09 15:36:51 +01:00
Johanan Idicula 67b839edb6
Merge pull request #1187 from jorendorff/jorendorff/rm-add-to-project
Remove actions to add new PRs and issues to a project board
2023-06-12 15:14:21 -04:00
Jason Orendorff 57f0e3f198 Remove actions to add new PRs and issues to a project board
The project doesn't seem to exist, so this always fails.
2023-06-12 13:10:52 -05:00
Vipul 04f198bf0b
Merge pull request #1132 from vorburger/bazel-example
Bazel example (Take #2️⃣)
2023-03-21 12:15:41 +05:30
Vipul bd9b49b6c3
Merge branch 'main' into bazel-example 2023-03-21 12:10:48 +05:30
Lovepreet Singh ea0503788c
Merge pull request #1122 from actions/pdotl-patch-1
Update Cross-OS Caching tips
2023-03-17 13:09:54 +05:30