We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b8d5c commit d09cba7Copy full SHA for d09cba7
.github/workflows/testonpush.yml
@@ -32,8 +32,8 @@ jobs:
32
# Runs a set of commands using the runners shell
33
- name: Run a multi-line script
34
run: |
35
- git clone https://github.com/assumptionsofphysics/autogen autogen
36
- git clone https://gcarcassi:${{ secrets.AUTOGEN_TOKEN }}@github.com/assumptionsofphysics/tools tools
+ git clone https://gcarcassi:${{ secrets.AUTOGEN_TOKEN }}@github.com/assumptionsofphysics/autogen autogen
+ git clone https://github.com/assumptionsofphysics/tools tools
37
ls -l
38
python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.yaml book/pm_EnsembleSpaces.tex
39
cat autogen/openproblems.yaml
0 commit comments