Skip to content

Commit e77512d

Browse files
authored
Merge pull request #8 from AllenNeuralDynamics/fix-renamed-repo
fix: renamed repo
2 parents 806e27a + c29359c commit e77512d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88

99
jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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: ''

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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:

0 commit comments

Comments
 (0)