test in simple env

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

View File

@@ -10,4 +10,8 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- 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'