File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424 - uses : actions/checkout@v4
25- # with:
26- # repository: assumptionsofphysics/autogen
25+ with :
26+ path : book
2727
2828 # Runs a single command using the runners shell
2929 # - name: Run a one-line script
@@ -32,10 +32,12 @@ jobs:
3232 # Runs a set of commands using the runners shell
3333 - name : Run a multi-line script
3434 run : |
35- date > generated.txt
35+ git clone https://github.com/assumptionsofphysics/autogen autogen
36+ git clone https://github.com/assumptionsofphysics/tools tools
37+ ls -l
3638 # Note: the following account information will not work on GHES
37- git config user.name "github-actions[bot]"
38- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
39- git add generated.txt
40- git commit -m "generated"
41- git push
39+ # git config user.name "github-actions[bot]"
40+ # git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
41+ # git add generated.txt
42+ # git commit -m "generated"
43+ # git push
You can’t perform that action at this time.
0 commit comments