Skip to content

Commit f9529ed

Browse files
committed
ci: update
1 parent 2bfe0f4 commit f9529ed

6 files changed

Lines changed: 25 additions & 5 deletions

File tree

.github/workflows/reuse_aur.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
env:
2727
SSH_KEY: ${{ secrets.ID_RSA }}
2828

29+
- name: Set user name and email for git
30+
run: |
31+
git config --global user.name "${{ secrets.USER_NAME }}"
32+
git config --global user.email "${{ secrets.EMAIL}}"
33+
2934
- name: Publish AUR
3035
id: figma-linux-actions
3136
uses: Figma-Linux/figma-linux-actions@main

.github/workflows/reuse_aur_bin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
env:
2727
SSH_KEY: ${{ secrets.ID_RSA }}
2828

29+
- name: Set user name and email for git
30+
run: |
31+
git config --global user.name "${{ secrets.USER_NAME }}"
32+
git config --global user.email "${{ secrets.EMAIL}}"
33+
2934
- name: Publish AUR
3035
id: figma-linux-actions
3136
uses: Figma-Linux/figma-linux-actions@main

.github/workflows/reuse_aur_dev_git.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
env:
2727
SSH_KEY: ${{ secrets.ID_RSA }}
2828

29+
- name: Set user name and email for git
30+
run: |
31+
git config --global user.name "${{ secrets.USER_NAME }}"
32+
git config --global user.email "${{ secrets.EMAIL}}"
33+
2934
- name: Publish AUR
3035
id: figma-linux-actions
3136
uses: Figma-Linux/figma-linux-actions@main

.github/workflows/reuse_aur_git.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
env:
2727
SSH_KEY: ${{ secrets.ID_RSA }}
2828

29+
- name: Set user name and email for git
30+
run: |
31+
git config --global user.name "${{ secrets.USER_NAME }}"
32+
git config --global user.email "${{ secrets.EMAIL}}"
33+
2934
- name: Publish AUR
3035
id: figma-linux-actions
3136
uses: Figma-Linux/figma-linux-actions@main

.github/workflows/reuse_flatpak.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
path: ./repo
1515
fetch-depth: 0
1616

17+
- name: Set user name and email for git
18+
run: |
19+
git config --global user.name "${{ secrets.USER_NAME }}"
20+
git config --global user.email "${{ secrets.EMAIL}}"
21+
1722
- name: Generate version and release notes files
1823
id: genfiles
1924
run: |

.github/workflows/reuse_setup.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ jobs:
1717
with:
1818
name: repo
1919
path: ./*
20-
21-
- name: Set user name and email for git
22-
run: |
23-
git config --global user.name "${{ secrets.USER_NAME }}"
24-
git config --global user.email "${{ secrets.EMAIL}}"

0 commit comments

Comments
 (0)