Skip to content

Check flow

Check flow #1

Workflow file for this run

name: Print Repository ID
on:
push:
branches:
- develop
jobs:
print_repo_id:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Print Repository ID
run: echo "Repository ID: ${{ github.event.repository.id }}"

Check failure on line 17 in .github/workflows/repo-id.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo-id.yml

Invalid workflow file

You have an error in your yaml syntax on line 17