File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 lint :
11- uses : AllenNeuralDynamics/aind-reusable-workflows /.github/workflows/lint.yml@main
11+ uses : AllenNeuralDynamics/aind-github-actions /.github/workflows/lint.yml@main
1212 secrets :
1313 SERVICE_TOKEN : ${{ secrets.GITHUB_TOKEN }} # required
1414
1515 tag :
16- uses : AllenNeuralDynamics/aind-reusable-workflows /.github/workflows/tag.yml@main
16+ uses : AllenNeuralDynamics/aind-github-actions /.github/workflows/tag.yml@main
1717 secrets :
1818 SERVICE_TOKEN : ${{ secrets.GITHUB_TOKEN }} # required
1919
Original file line number Diff line number Diff line change 11# Call this workflow with:
22# jobs:
33# lint:
4- # uses: AllenNeuralDynamics/aind-reusable-workflows /.github/workflows/lint.yml@main
4+ # uses: AllenNeuralDynamics/aind-github-actions /.github/workflows/lint.yml@main
55# with:
66# path_include: 'src' # optional, default: '**'
77# path_exclude: 'src/.github' # optional, default: ''
Original file line number Diff line number Diff line change 11# Call this workflow like this:
22# jobs:
33# bump-version:
4- # uses: AllenNeuralDynamics/aind-reusable-workflows /.github/workflows/tag.yml
4+ # uses: AllenNeuralDynamics/aind-github-actions /.github/workflows/tag.yml
55# with:
66# default_branch: main # optional, default: main
77# secrets:
You can’t perform that action at this time.
0 commit comments