File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 - name : check out repository code
1414 uses : actions/checkout@v4
1515 with :
16- ref : Workflow_rework
16+ ref : main
1717 ssh-key : ${{ secrets.DEPLOY_KEY }}
1818 - run : echo "The ${{ github.repository }} repository has been cloned to the runner."
1919 - name : Remove previous output file
Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616 with :
1717 ssh-key : ${{ secrets.DEPLOY_KEY }}
18- ref : main
18+ ref : Worfklow_rework
1919 - run : echo "The ${{ github.repository }} repository has been cloned to the runner."
2020 - name : Remove previous readme file
2121 run : rm ${{ github.workspace }}/README.md
4444 - name : commit and push files
4545 if : env.FILES_CHANGED == 'true'
4646 run : |
47- git config --local user.email "simon.pusterhofer @avl.com"
47+ git config --local user.email "federate-office @avl.com"
4848 git config --local user.name "GitHub Action"
4949 git add .
5050 git commit -m "Automatic creation of readme file after commit on main branch on $BUILD_TIME"
You can’t perform that action at this time.
0 commit comments