Skip to content

Commit

Permalink
fix: use toJSON when printing context info
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Feb 14, 2025
1 parent 53f580b commit 8632300
Show file tree
Hide file tree
Showing 137 changed files with 1,507 additions and 1,507 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/branch_protection_rule-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/branch_protection_rule-deleted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/branch_protection_rule-edited.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/branch_protection_rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_run-completed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_run-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_run-requested_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_run-rerequested.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_suite-completed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/check_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
22 changes: 11 additions & 11 deletions .github/workflows/deployment_status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- name: Event context info
run: |
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}
github: ${{toJSON(github)}}
env: ${{toJSON(env)}}
vars: ${{toJSON(vars)}}
job: ${{toJSON(job)}}
steps: ${{toJSON(steps)}}
runner: ${{toJSON(runner)}}
secrets: ${{toJSON(secrets)}}
strategy: ${{toJSON(strategy)}}
matrix: ${{toJSON(matrix)}}
needs: ${{toJSON(needs)}}
inputs: ${{toJSON(inputs)}}
Loading

0 comments on commit 8632300

Please sign in to comment.