Skip to content

Print all env vars prefixed with STELLAR. #1591

Print all env vars prefixed with STELLAR.

Print all env vars prefixed with STELLAR. #1591

Workflow file for this run

name: Docs validation
on:
push:
branches: [main, release/**]
pull_request:
concurrency:
group:
${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha ||
github.ref }}
cancel-in-progress: true
jobs:
github_context:
runs-on: ubuntu-latest
steps:
- run: |
echo "github.sha => ${{ github.sha }}"
echo "github.ref => ${{ github.ref }}"
docs-validation:
uses: stellar/stellar-docs/.github/workflows/build.yml@main
with:
stellar-cli-ref: ${{ github.sha }}