Skip to content

Commit 66af348

Browse files
fix(workflow/pre-commit): fix pathing for repo checkout of voxel51/aloha-github-workflows.
1 parent 33bbffc commit 66af348

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
repository: voxel51/aloha-github-workflows
2323
ref: main
2424
token: ${{ secrets.ORG_RO_ALOHA_GITHUB_WORKFLOWS_FG_PAT }}
25+
path: aloha-github-workflows
2526
- uses: actions/setup-python@v6.2.0
2627
- name: Temporary SQLite/LZMA - Install missing libraries
2728
run: sudo apt install -y libsqlite3-dev libbz2-dev
2829
- name: Install asdf & tools
29-
uses: "./aloha-github-workflows/.github/actions/asdf-install-and-cache"
30+
uses: ./aloha-github-workflows/.github/actions/asdf-install-and-cache
3031
- name: Install helm plugins
3132
run: make helm-plugins
3233
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)