- update specification for checkout

This commit is contained in:
Mike Penz
2020-10-16 16:06:00 +02:00
parent 812bb8770d
commit 540de9d3a1
+5 -2
View File
@@ -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}}