This action logs workflow event input values.
jobs:
example:
runs-on: ubuntu-latest
steps:
- uses: qoomon/actions--event-inputs@v1
- Trigger the Release workflow
- The workflow will create a new release with the given version and also move the related major version tag e.g.
v1
to point to this new release
- The workflow will create a new release with the given version and also move the related major version tag e.g.