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

8 lines
222 B
YAML

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