Skip to content

Fix to use repo name in workflow #2

Fix to use repo name in workflow

Fix to use repo name in workflow #2

name: "virtualmin.dev: ${{ github.repository }}"

Check failure on line 1 in .github/workflows/virtualmin.dev:virtualmin-nginx.yml

View workflow run for this annotation

GitHub Actions / virtualmin.dev: ${{ github.repository }}

Invalid workflow file

The workflow is not valid. .github/workflows/virtualmin.dev:virtualmin-nginx.yml (Line: 1, Col: 7): Unrecognized named-value: 'github'. Located at position 1 within expression: github.repository
on:
push:
branches:
- master
jobs:
build:
uses: webmin/webmin-ci-cd/.github/workflows/testing-master-workflow.yml@main
with:
build-type: module
project-name: ${{ github.event.repository.name }}
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}