Skip to content

Commit

Permalink
check env
Browse files Browse the repository at this point in the history
  • Loading branch information
teej committed Feb 21, 2024
1 parent 3b66039 commit 240bcf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import os

import snowflake.connector


def main():
print("Hello, World!")
workspace = os.environ.get("GITHUB_WORKSPACE")
print(f"Hello, World! [{workspace}]")


if __name__ == "__main__":
Expand Down

0 comments on commit 240bcf4

Please sign in to comment.