-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a87fd83
commit 6480b22
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
sudo chown -R $(id -u) buildsrc/.git | ||
sudo install -d -o 1000 -g users repo | ||
- name: Use geschenkerbauer to build packages (workflow dispatch) | ||
uses: mutantmonkey/geschenkerbauer/action@1af0f9e072912fc86db0207a2547d3946eaf2532 | ||
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1 | ||
env: | ||
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc | ||
PACKAGER: geschenkerbauer on github <[email protected]> | ||
|
@@ -39,7 +39,7 @@ jobs: | |
nodeps: ${{ github.event.inputs.nodeps }} | ||
if: ${{ github.event_name == 'workflow_dispatch' }} | ||
- name: Use geschenkerbauer to build packages (repository dispatch) | ||
uses: mutantmonkey/geschenkerbauer/action@1af0f9e072912fc86db0207a2547d3946eaf2532 | ||
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1 | ||
env: | ||
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc | ||
PACKAGER: geschenkerbauer on github <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
sudo chown -R $(id -u) buildsrc/.git | ||
sudo install -d -o 1000 -g users repo | ||
- name: Use geschenkerbauer to build packages | ||
uses: mutantmonkey/geschenkerbauer/action@1af0f9e072912fc86db0207a2547d3946eaf2532 | ||
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1 | ||
env: | ||
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc | ||
PACKAGER: geschenkerbauer on github <[email protected]> | ||
|