Skip to content

Commit 4caafb4

Browse files
committed
changing target branches for workflows
1 parent f98cf30 commit 4caafb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/excel_release_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/readme_generator_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -44,7 +44,7 @@ jobs:
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"

0 commit comments

Comments
 (0)