Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat0694 committed Mar 3, 2024
1 parent 085f822 commit 9b812d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ jobs:
execute-sg-cli:
runs-on: ubuntu-latest
name: StackGuardian CLI Github Action
env:
SG_API_TOKEN: 'sgu_xyz'
steps:
- uses: actions/checkout@v2
- name: StackGuardian/workflow-run-action
uses: ./ # Uses an action in the root directory
id: StackGuardian-CLI
with:
operation: "workflow help"
operation: "--help"

0 comments on commit 9b812d3

Please sign in to comment.