mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-26 22:41:01 +08:00
Add --push to release update; add env vars to test wk action
This commit is contained in:
parent
6e152169bd
commit
912659321b
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -17,6 +17,10 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
unit:
|
unit:
|
||||||
name: earthly +all
|
name: earthly +all
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: 1
|
||||||
|
EARTHLY_CONVERSION_PARALLELISM: "5"
|
||||||
|
EARTHLY_INSTALL_ID: "earthly-actions-setup-githubactions"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
|
2
.github/workflows/update-major-version.yml
vendored
2
.github/workflows/update-major-version.yml
vendored
@ -20,4 +20,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }}
|
ref: ${{ github.ref }}
|
||||||
- name: Update Branch
|
- name: Update Branch
|
||||||
run: earthly --ci -P +merge-release-to-major-branch --RELEASE_TAG=${{ github.ref }}
|
run: earthly --ci -P --push +merge-release-to-major-branch --RELEASE_TAG=${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user