This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
StackGuardian_Client: | |
runs-on: ubuntu-latest | |
name: StackGuardian Github Action | |
steps: | |
# To use this repository's private action, | |
# you must check out the repository | |
- name: StackGuardian/workflow-run-action | |
uses: actions/checkout@v4 | |
- name: StackGuardian/workflow-run-action | |
uses: ./ # Uses an action in the root directory | |
id: StackGuardian-CLI | |
with: | |
sg-cmd: "workflow help" | |
# # Use the output from the `hello` step | |
# - name: Get the output time | |
# run: echo "The time was ${{ steps.hello.outputs.time }}" |