mirror of
https://github.com/earthly/actions-setup.git
synced 2024-12-25 22:11:38 +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:
|
||||
unit:
|
||||
name: earthly +all
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
EARTHLY_CONVERSION_PARALLELISM: "5"
|
||||
EARTHLY_INSTALL_ID: "earthly-actions-setup-githubactions"
|
||||
strategy:
|
||||
matrix:
|
||||
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:
|
||||
ref: ${{ github.ref }}
|
||||
- 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