Migrate securePadlock and securePadlockCircle SVGs to React components #7196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Print environment variables | |
on: | |
pull_request: | |
jobs: | |
print_env_variables: | |
name: print environment variables | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dump GitHub context | |
id: github_context_step | |
run: echo $JSON | |
env: | |
JSON: ${{ toJSON(github) }} |