We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e77c25 commit 330fadaCopy full SHA for 330fada
main.py
@@ -20,6 +20,9 @@
20
21
"""Retrieve GitHub Action environment variables"""
22
github_context = GitHubContext.from_env()
23
+
24
+ print(f"TEST: {github_context}")
25
26
print(f"Current branch: {github_context.ref_name}")
27
28
"""Determine the project environment based on the repository branch"""
0 commit comments