Skip to content

Fixed syntax error

Fixed syntax error #16

name: php-8.2-publish
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/docker-publish
name: Build and Publish (8.2)
with:
version: 8.2
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_TOKEN }}
validate:
runs-on: ubuntu-latest
needs: publish
container:
image: kirschbaumdevelopment/laravel-test-runner:8.2
steps:
- uses: actions/checkout@v2
- run: |
curl -fsSL https://goss.rocks/install | GOSS_VER=v${GOSS_VERSION} sh

Check failure on line 29 in .github/workflows/php-8.2-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/php-8.2-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 29
goss --gossfile 8.2/goss.yaml validate