File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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}}"
You can’t perform that action at this time.
0 commit comments