File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments