Skip to content
name: Push to Another Repository
on:
push:
branches:
- main
jobs:
push-to-destination:

Check failure on line 9 in .github/workflows/push-to-epi-repo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-to-epi-repo.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
if: github.repository == 'SchneiderNicolas/PWA'
runs-on: ubuntu-latest
steps:
- name: Checkout source repo
uses: actions/checkout@v2
- name: Debug token length
run: echo "Token has length of ${#TOKEN}"
env:
TOKEN: ${{ secrets.TOKEN }}