Skip to content

fix: typo

fix: typo #8

Workflow file for this run

name: Build Vue

Check failure on line 1 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

Invalid type for `job.environment`
on: [push]
jobs:
build_vue:
runs-on: ubuntu-latest
name: Build Vue
environment:
BASE_URL: tms-stat-viewer-example
steps:
- uses: actions/checkout@v2
- id: Build-Vue
uses: xRealNeon/VuePagesAction@1.0.1
with:
username: 'tvip'
reponame: 'tms-stat-viewer-example'
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged