Skip to content

Commit 34da099

Browse files
committed
path change
1 parent 263f953 commit 34da099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222
- name: Call custom action to pre-process config files
2323
id: pre-process
24-
uses: astropy-learn/pre-process@main
24+
uses: astropy-learn/action--pre-process@main
2525
with:
2626
python-version: ${{ env.PYTHON-VERSION }}
2727

2828
- name: Call custom action to execute and convert notebook
29-
uses: astropy-learn/execute-convert@main
29+
uses: astropy-learn/action--execute-convert@main
3030
with:
3131
python-version: ${{ env.PYTHON-VERSION }}
3232
tutorial-slug: ${{ steps.pre-process.outputs.tutorial-slug }}

0 commit comments

Comments
 (0)