Skip to content

Commit

Permalink
include repo slug in trigger variables
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jan 10, 2025
1 parent a1497e8 commit 877e081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci_relay/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ async def trigger_pipeline(
"variables[TRIGGER_SIGNATURE]": signature,
"variables[CONFIG_URL]": data["config_url"],
"variables[CLONE_URL]": clone_url,
"variables[REPO_SLUG]": repo_slug,
"variables[HEAD_SHA]": head_sha,
"variables[HEAD_REF]": head_ref,
},
Expand Down

0 comments on commit 877e081

Please sign in to comment.