Skip to content

chore(release): prepare version 1.0.2 #1

chore(release): prepare version 1.0.2

chore(release): prepare version 1.0.2 #1

Workflow file for this run

name: Публикация документации
on:
push:
paths:
- 'docs/**'
branches:
- 'main'
workflow_dispatch:
jobs:
deploy-docs:
uses: autumn-library/workflows/.github/workflows/deploy-docs.yml@main

Check warning on line 13 in .github/workflows/deploy-docs.yml

View workflow run for this annotation

GitHub Actions / Публикация документации

Workflow syntax warning

In .github/workflows/deploy-docs.yml (Line: 13, Col: 11): Error from called workflow autumn-library/workflows/.github/workflows/deploy-docs.yml@main (Line: 21, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
github_repository: yellow-hammer/prometheus
secrets:
TRIGGER_DOCS_DEPLOY_TOKEN: ${{ secrets.TRIGGER_DOCS_DEPLOY_TOKEN }}