Skip to content

chore/add-git-modules add git modules folder #1

chore/add-git-modules add git modules folder

chore/add-git-modules add git modules folder #1

Workflow file for this run

name: Example Workflow
on: [push]
jobs:
example-job:
runs-on: ubuntu-latest
env:
CUSTOM_PROPERTY: "custom_value"
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print custom property
run: echo "Custom property value: $CUSTOM_PROPERTY"

Check failure on line 15 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 15