Skip to content

Add changelog for 1.0.0 #3

Add changelog for 1.0.0

Add changelog for 1.0.0 #3

name: Submit dependencies
on:
push:
branches:
- main
permissions:
contents: write
jobs:
networktime:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/submitDependencyReport
with:
module: networktime
github-token:
networktime-singletons:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/submitDependencyReport
with:
module: networktime-singletons
github-token: ${{ github.token }}