Lines Matching full:run
14 …n/actions/managing-workflow-runs/manually-running-a-workflow#configuring-a-workflow-to-run-manually
33 # A list of the jobs that run in the workflow file.
48 # 2 jobs will run, one for each include entry
50 # All configurations under include will run
70 run: |
77 run: |
84 run: echo '${{ toJSON(github) }}'
86 run: echo '${{ toJSON(job) }}'
88 run: echo '${{ toJSON(steps) }}'
90 run: echo '${{ toJSON(runner) }}'
92 run: echo '${{ toJSON(strategy) }}'
94 run: echo '${{ toJSON(matrix) }}'
96 run: echo '${{ toJSON(inputs) }}'