Fix to remove unnecessary noise on success (exit code is enough) #79
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
name: "virtualmin.dev: virtualmin/virtualmin-gpl" | |
on: | |
push: | |
branches: | |
- master | |
release: | |
types: | |
- published | |
- edited | |
jobs: | |
build: | |
uses: webmin/webmin-ci-cd/.github/workflows/master-workflow.yml@main | |
with: | |
build-type: module | |
project-name: ${{ github.event.repository.name }} | |
is-release: ${{ github.event_name == 'release' }} | |
secrets: | |
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }} | |
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }} | |
DEV_IP_KNOWN_HOSTS: ${{ secrets.DEV_IP_KNOWN_HOSTS }} | |
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }} | |
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }} | |
PRERELEASE_UPLOAD_SSH_DIR: ${{ secrets.PRERELEASE_UPLOAD_SSH_DIR }} | |
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }} | |
DEV_SIGN_BUILD_REPOS_CMD: ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }} | |
DEV_CHILD_GITHUB_TOKEN: ${{ secrets.DEV_CLONE_PRO_GITHUB_TOKEN }} |