This commit is contained in:
parent
4cbd6ac16b
commit
1de01b5e0c
@ -8,9 +8,19 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: env
|
- run: env
|
||||||
- run: cat /var/run/act/workflow/event.json
|
- name: Dump GitHub context
|
||||||
- run: echo ${{ github }}
|
id: github_context_step
|
||||||
- run: echo ${{ job }}
|
run: echo '${{ toJSON(github) }}'
|
||||||
|
- name: Dump job context
|
||||||
|
run: echo '${{ toJSON(job) }}'
|
||||||
|
- name: Dump steps context
|
||||||
|
run: echo '${{ toJSON(steps) }}'
|
||||||
|
- name: Dump runner context
|
||||||
|
run: echo '${{ toJSON(runner) }}'
|
||||||
|
- name: Dump strategy context
|
||||||
|
run: echo '${{ toJSON(strategy) }}'
|
||||||
|
- name: Dump matrix context
|
||||||
|
run: echo '${{ toJSON(matrix) }}'
|
||||||
# - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
# - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
# - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
# - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
# - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user