We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568d821 commit db0f8b7Copy full SHA for db0f8b7
.github/workflows/node-hub-ci-cd.yml
@@ -97,5 +97,5 @@ jobs:
97
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_PASS }}
98
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
99
run: |
100
- chmod +x ../../.github/workflows/node_hub_test.sh
101
- ../../.github/workflows/node_hub_test.sh
+ chmod +x ../.github/workflows/node_hub_test.sh
+ ../.github/workflows/node_hub_test.sh
0 commit comments