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 a721026 commit 8e5555cCopy full SHA for 8e5555c
.github/workflows/generate-syllabi-docker-compose.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Commit and push to generated branch
35
run: |
36
git checkout -B generated
37
- git add tutorials/**/notebooks/syllabi/*-docker-compose.yml
+ git add tutorials/**/notebooks/syllabi/*__docker_compose.yml
38
git commit -m "[Automated] Generate Docker compose files from syllabi."
39
git push origin generated --force
0 commit comments