test in simple env

This commit is contained in:
2025-05-21 10:24:34 +02:00
parent fde71d892c
commit fae5e23ba7

View File

@@ -11,3 +11,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: echo name - name: echo name
run: echo ${{ github.event.repository.owner.login }} run: echo ${{ github.event.repository.owner.login }}
- name: Generate Changelog
uses: spring-io/github-changelog-generator@v0.0.12
with:
milestone: '1.0.0'