Skip to content

Commit

Permalink
feat/fix: Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 17, 2024
1 parent fdee2b2 commit 26780a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push]

jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
ID: hello
uses: <repository>/<action>@v2
with:
who-to-greet: '<desired_value>'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"

0 comments on commit 26780a7

Please sign in to comment.