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 da28595 commit 111b59bCopy full SHA for 111b59b
.github/workflows/copy-staging-packages.yml
@@ -14,7 +14,7 @@ jobs:
14
- env:
15
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_NOETIC_ANACONDA_API_TOKEN }}
16
run: |
17
- python copy-to-distro-specific-channels.py noetic 2025-01-01
+ python copy-to-distro-specific-channel.py noetic 2025-01-01
18
shell: pixi run bash -e {0}
19
20
copy-packages-humble:
@@ -25,5 +25,5 @@ jobs:
25
26
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_HUMBLE_ANACONDA_API_TOKEN }}
27
28
- python copy-to-distro-specific-channels.py humble 2025-01-01
+ python copy-to-distro-specific-channel.py humble 2025-01-01
29
0 commit comments