- update specification for checkout
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Checkout full depth so tags can be discovered automatically if not specified
|
||||||
|
|
||||||
- name: "Minimal Configuration"
|
- name: "Minimal Configuration"
|
||||||
id: minimal_release
|
id: minimal_release
|
||||||
uses: ./
|
uses: ./
|
||||||
@@ -33,8 +36,8 @@ jobs:
|
|||||||
configuration: "configuration_complex.json"
|
configuration: "configuration_complex.json"
|
||||||
owner: "mikepenz"
|
owner: "mikepenz"
|
||||||
repo: "release-changelog-builder-action"
|
repo: "release-changelog-builder-action"
|
||||||
fromTag: "0.0.1"
|
fromTag: "0.0.2"
|
||||||
toTag: "0.0.2"
|
toTag: "0.0.3"
|
||||||
|
|
||||||
- name: Echo Complex
|
- name: Echo Complex
|
||||||
run: echo ${{steps.complex_release.outputs.changelog}}
|
run: echo ${{steps.complex_release.outputs.changelog}}
|
||||||
|
|||||||
Reference in New Issue
Block a user