Skip to content

Commit de4e49d

Browse files
Revert "fix(ci): use local projector source"
This reverts commit c13f4ba.
1 parent 7df17dc commit de4e49d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-actions-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Update holobranch: actions/projector/develop'
13-
uses: ./github-actions/projector/
13+
uses: JarvusInnovations/hologit@actions/projector/v1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:

.github/workflows/publish-actions-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Update holobranch: actions/projector/v1'
13-
uses: ./github-actions/projector/
13+
uses: JarvusInnovations/hologit@actions/projector/v1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:

.github/workflows/publish-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Projecting docs-site holobranch onto gh-pages'
13-
uses: ./github-actions/projector/
13+
uses: JarvusInnovations/hologit@actions/projector/v1
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
with:

0 commit comments

Comments
 (0)