11 lines
282 B
YAML
11 lines
282 B
YAML
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
build-and-publish:
|
||
|
runs-on: ubuntu-latest
|
||
|
name: My workflow
|
||
|
steps:
|
||
|
- name: Execute Action Graph
|
||
|
uses: actionforge/action@919d415a6b6e22919f7e115cf594ae52ded95041 # v0.8.31
|
||
|
with:
|
||
|
graph_file: testing.yml
|