Skip to content

Commit 8932bd6

Browse files
authored
Update testonpush.yml
1 parent cc7c82d commit 8932bd6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/testonpush.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
25+
with: assumptionsofphysics/autogen
2526

2627
# Runs a single command using the runners shell
27-
- name: Run a one-line script
28-
run: grep openproblem *
28+
#- name: Run a one-line script
29+
# run: grep openproblem *
2930

3031
# Runs a set of commands using the runners shell
3132
- name: Run a multi-line script
3233
run: |
33-
echo Add other actions to build,
34-
echo test, and deploy your project.
34+
date > generated.txt
35+
# Note: the following account information will not work on GHES
36+
git config user.name "github-actions[bot]"
37+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
38+
git add generated.txt
39+
git commit -m "generated"
40+
git push

0 commit comments

Comments
 (0)