Skip to content

Commit

Permalink
use help action correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevader committed May 30, 2024
1 parent 4311caf commit 4627abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ./.github/actions/gitopscli # Uses an action in the root directory
id: GitOpsCli
with:
command: 'help'
command: '-h'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"

0 comments on commit 4627abf

Please sign in to comment.