Skip to content

v1.1.2

Choose a tag to compare

@jochen-testingbot jochen-testingbot released this 05 Sep 05:59
· 1 commit to main since this release
  • TB_GH_REPO_NAME accepts ${{ github.repository }} (owner/repo) and derives the owner, so the GitHub status check is posted with a single variable. Previously the examples produced owner/owner/repo and no check.
  • Examples and README: set env at job level; only pass TB_GH_PR_NUMBER in pull_request-triggered workflows (the expression is null otherwise and EAS rejects the job).