Skip to content

Refactor and add the git status #2

Refactor and add the git status

Refactor and add the git status #2

Workflow file for this run

name: Publish
on:
push:
workflow_dispatch:
env:
DOCKER_REGISTRY_HOST: ${{ secrets.HEROKU_REGISTRY_HOST }}
DOCKER_IMAGE: ${{ github.repository }}
DOCKER_REGISTRY_USERNAME: ${{ github.repository_owner }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
PHRASE_CLI_VERSION: "2.5.0"
PHRASE_ACCESS_TOKEN: ${{ secrets.PHRASE_ACCESS_TOKEN }}
jobs:
deploy:
name: Deploy the application to Heroku
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
-

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

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 25, Col: 8): Unexpected value ''