mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
fix(aur): rename variables [skip ci]
This commit is contained in:
12
.github/workflows/insider-linux.yml
vendored
12
.github/workflows/insider-linux.yml
vendored
@@ -135,18 +135,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
package_name: vscodium-insiders-bin
|
package_name: vscodium-insiders-bin
|
||||||
package_version: ${{ env.PACKAGE_VERSION }}
|
package_version: ${{ env.PACKAGE_VERSION }}
|
||||||
ssh_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
git_username: ${{ secrets.AUR_USERNAME }}
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
git_email: ${{ secrets.AUR_EMAIL }}
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
|
|
||||||
- name: Publish vscodium-insiders
|
- name: Publish vscodium-insiders
|
||||||
uses: zokugun/github-actions-aur-releaser@v1
|
uses: zokugun/github-actions-aur-releaser@v1
|
||||||
with:
|
with:
|
||||||
package_name: vscodium-insiders
|
package_name: vscodium-insiders
|
||||||
package_version: ${{ env.PACKAGE_VERSION }}
|
package_version: ${{ env.PACKAGE_VERSION }}
|
||||||
ssh_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
aur_private_key: ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
git_username: ${{ secrets.AUR_USERNAME }}
|
aur_username: ${{ secrets.AUR_USERNAME }}
|
||||||
git_email: ${{ secrets.AUR_EMAIL }}
|
aur_email: ${{ secrets.AUR_EMAIL }}
|
||||||
|
|
||||||
snap:
|
snap:
|
||||||
needs: build
|
needs: build
|
||||||
|
|||||||
Reference in New Issue
Block a user