Skip to content

Commit

Permalink
use action from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevader committed May 30, 2024
1 parent 312997c commit dce2029
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 @@ -6,7 +6,7 @@ jobs:
name: A job to say hello
steps:
- name: Hello world action step
uses: baloise-incubator/gitopscli-action/.github/actions/gitopscli/action.yaml@main # Uses an action in the root directory
uses: baloise-incubator/gitopscli-action@main # Uses an action in the root directory
id: GitOpsCli
with:
command: '-h'
Expand Down

0 comments on commit dce2029

Please sign in to comment.