Rename CI workflow 'ref' inputs to 'target'
This commit is contained in:
4
.github/workflows/on-push-master.yml
vendored
4
.github/workflows/on-push-master.yml
vendored
@@ -13,10 +13,10 @@ jobs:
|
||||
run-tests:
|
||||
uses: ./.github/workflows/run-tests.yml
|
||||
with:
|
||||
ref: ${{ github.event.ref }}
|
||||
target: ${{ github.event.ref }}
|
||||
|
||||
publish-release:
|
||||
uses: ./.github/workflows/publish-release.yml
|
||||
with:
|
||||
ref: ${{ github.event.ref }}
|
||||
target: ${{ github.event.ref }}
|
||||
tag: latest
|
||||
|
||||
Reference in New Issue
Block a user