Skip to content

Commit 007706c

Browse files
authored
Update testonpush.yml
1 parent ca14a49 commit 007706c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/testonpush.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
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

0 commit comments

Comments
 (0)