Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
teej committed Feb 20, 2024
1 parent d92eb07 commit 5cd1582
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: [push]

jobs:
snowflake_gitops:
runs-on: ubuntu-latest
name: Snowflake GitOps example
steps:
- name: Hello world action step
id: hello
uses: Titan-Systems/snowflake-gitops
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
File renamed without changes.

0 comments on commit 5cd1582

Please sign in to comment.