Skip to content

Landing Page: Move ad-free benefit from tier2 to tier3 - US only #7992

Landing Page: Move ad-free benefit from tier2 to tier3 - US only

Landing Page: Move ad-free benefit from tier2 to tier3 - US only #7992

Workflow file for this run

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) }}