Skip to content

Commit

Permalink
Update custom-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agmrozek authored Aug 29, 2024
1 parent 2485e03 commit aae742f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/custom-action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: 'custom-action.yml'
on: [push]

jobs:
Expand All @@ -12,4 +13,4 @@ jobs:
name: 'Brown'
# Use the output from the `hello` step
- name: Get the Output
run: echo "The time was ${{ steps.hello.outputs.greeting }}"
run: echo "The time was ${{ steps.hello.outputs.greeting }}"

0 comments on commit aae742f

Please sign in to comment.