Skip to content

Commit

Permalink
workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
teej committed Feb 21, 2024
1 parent dc98fc6 commit da3c493
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ jobs:
- name: Hello world action step
id: hello
uses: Titan-Systems/snowflake-gitops@v1
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 }}"
env:
GITHUB_WORKSPACE: ${{ github.workspace }}

0 comments on commit da3c493

Please sign in to comment.