Odoo18-Base/.github/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 6: mapping values are not allowed in this context
2025-01-09 16:19:05 +07:00

7 lines
187 B
YAML

name: GitHub Actions Example
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
run: echo " The job was automatically triggered by a ${{Github.event_name }} event."