Skip to content

Merge pull request #26 from moonstar-x/rework #1

Merge pull request #26 from moonstar-x/rework

Merge pull request #26 from moonstar-x/rework #1

Workflow file for this run

name: On Push (Main)
on:
push:
branches:
- main
jobs:
test:
name: Run Tests
uses: ./.github/workflows/callable-test.yml
build:
name: Build Docker Image
uses: ./.github/workflows/callable-build.yml

Check failure on line 15 in .github/workflows/on-push-main.yml

View workflow run for this annotation

GitHub Actions / On Push (Main)

Invalid workflow file

The workflow is not valid. In .github/workflows/on-push-main.yml (Line: 15, Col: 11): Error from called workflow moonstar-x/discord-free-games-notifier/.github/workflows/callable-build.yml@8ebdf03c0508ba832448ff603b2232a7df5248e8 (Line: 16, Col: 9): Unexpected value 'rquired'
needs:
- test
with:
ghcr_image_name: ${{ github.repository }}
image_name: discord-free-games-notifier
image_tag: latest
ghcr_username: ${{ github.actor }}
dockerhub_username: moonstarx
secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}