Skip to content

Commit

Permalink
Merge pull request #305 from trail-of-forks/ww/debug-workflow-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Nov 24, 2024
2 parents 93e8795 + 7c5c585 commit 218af42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oidc-exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
* `repository`: `{repository}`
* `repository_owner`: `{repository_owner}`
* `repository_owner_id`: `{repository_owner_id}`
* `workflow_ref`: `{workflow_ref}`
* `job_workflow_ref`: `{job_workflow_ref}`
* `ref`: `{ref}`
Expand Down Expand Up @@ -175,6 +176,7 @@ def _get(name: str) -> str: # noqa: WPS430
repository=_get('repository'),
repository_owner=_get('repository_owner'),
repository_owner_id=_get('repository_owner_id'),
workflow_ref=_get('workflow_ref'),
job_workflow_ref=_get('job_workflow_ref'),
ref=_get('ref'),
)
Expand Down

0 comments on commit 218af42

Please sign in to comment.