Skip to content

Commit b8bda7c

Browse files
test: add checkout
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
1 parent 2c47792 commit b8bda7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
changelog:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v4
1112
- name: "✏️ Generate release changelog"
1213
id: changelog
1314
uses: heinrichreimer/action-github-changelog-generator@v2.3
@@ -18,3 +19,6 @@ jobs:
1819

1920
- name: "echo changelog"
2021
run: echo "${{ steps.changelog.outputs.changelog }}"
22+
23+
# - name: Create Pull Request
24+
# uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)