Lines Matching full:github

1 # https://docs.github.com/en/actions/learn-github-actions/contexts
6 # https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions
7 ## Error: .github/workflows/example-env-github.yml (Line: 53, Col: 26): A mapping was not expected
13 …# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-man…
14 …# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#configurin…
15 # https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context
22 …# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-g…
41 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
43 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
46 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
51 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…
53 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-us…
54 …# Note you can also set it programmatically: https://docs.github.com/en/actions/learn-github-actio…
55 version: ${{ fromJson(github.event.inputs.versions) }}
57 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#env
58 # https://docs.github.com/en/actions/learn-github-actions/contexts#env-context
66 …# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-…
67 …# https://docs.github.com/en/actions/learn-github-actions/variables#passing-values-between-steps-a…
68 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
82 …# https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-inform…
83 - name: Dump GitHub context
84 run: echo '${{ toJSON(github) }}'