We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7318d4c commit b6a576eCopy full SHA for b6a576e
1 file changed
.github/workflows/testonpush.yml
@@ -37,6 +37,10 @@ jobs:
37
ls -l
38
python tools/problem-scraper/extractOpenProblems.py autogen/openproblems.yaml book/pm_EnsembleSpaces.tex
39
cat autogen/openproblems.yaml
40
+ cd autogen
41
+ git add openproblems.yaml
42
+ git commit -m "Updating open problems"
43
+ git push https://x-access-token:${{ secrets.AUTOGEN_TOKEN }} HEAD:main
44
# Note: the following account information will not work on GHES
45
# git config user.name "github-actions[bot]"
46
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments