mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-17 19:12:52 +01:00
Dump the GitHub context for debugging purposes.
This commit is contained in:
@@ -29,6 +29,13 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
dump-github-context:
|
||||
name: Dump GitHub Context
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dump GitHub Context
|
||||
run: echo "${{ toJson(github) }}"
|
||||
|
||||
security-checkpoint:
|
||||
name: Check CI Clearance
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user