We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263f953 commit 34da099Copy full SHA for 34da099
.github/workflows/build.yml
@@ -21,12 +21,12 @@ jobs:
21
steps:
22
- name: Call custom action to pre-process config files
23
id: pre-process
24
- uses: astropy-learn/pre-process@main
+ uses: astropy-learn/action--pre-process@main
25
with:
26
python-version: ${{ env.PYTHON-VERSION }}
27
28
- name: Call custom action to execute and convert notebook
29
- uses: astropy-learn/execute-convert@main
+ uses: astropy-learn/action--execute-convert@main
30
31
32
tutorial-slug: ${{ steps.pre-process.outputs.tutorial-slug }}
0 commit comments