Skip to content

yaml fix

yaml fix #4

Workflow file for this run

# creates a release from master
# builds docs, pushes to docker hub and updates docs server
name: Docs_deploy
on:
workflow_dispatch:
inputs:
version:
description: "new version number"
required: true
jobs:
release:

Check failure on line 15 in .github/workflows/docsdeploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docsdeploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Setup git
run: |
git config --global user.name "Gravitl"
git config --global user.email "[email protected]"
- name: Run Deploy
uses: gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: ${{ inputs.version }}
secrets: inherit