File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6767 artifacts : ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
6868 token : ${{ secrets.GITHUB_TOKEN }}
6969
70- - name : Push to AUR
71- env :
72- PRIV_KEY : ${{ secrets.PRIV_KEY }}
73- PUB_KEY : ${{ secrets.PUB_KEY }}
74- run : bash ./scripts/push-to-aur.bash
70+ # - name: Push to AUR
71+ # env:
72+ # PRIV_KEY: ${{ secrets.PRIV_KEY }}
73+ # PUB_KEY: ${{ secrets.PUB_KEY }}
74+ # run: bash ./scripts/push-to-aur.bash
Original file line number Diff line number Diff line change 8787 artifacts : ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
8888 token : ${{ secrets.GITHUB_TOKEN }}
8989
90- - name : Push to AUR
91- if : ${{ inputs.release }}
92- env :
93- PRIV_KEY : ${{ secrets.PRIV_KEY }}
94- PUB_KEY : ${{ secrets.PUB_KEY }}
95- run : bash ./scripts/push-to-aur.bash
90+ # - name: Push to AUR
91+ # if: ${{ inputs.release }}
92+ # env:
93+ # PRIV_KEY: ${{ secrets.PRIV_KEY }}
94+ # PUB_KEY: ${{ secrets.PUB_KEY }}
95+ # run: bash ./scripts/push-to-aur.bash
You can’t perform that action at this time.
0 commit comments