Docs listening: Added clarity on how to access config settings in the System Console #15540
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: preview-env-setup-update | |
on: | |
pull_request: | |
types: [assigned, opened, reopened, synchronize] | |
jobs: | |
deploy: | |
uses: ./.github/workflows/preview-env-template.yml | |
if: github.event.pull_request.head.repo.full_name == github.repository | |
secrets: inherit | |
with: | |
PR_NUMBER: ${{ github.event.number }} | |
TRIGGERING_ACTOR: ${{ github.event.pull_request.head.user.login }} | |
COMMIT_SHA: ${{ github.event.pull_request.head.sha }} |