Skip to content

Commit

Permalink
run action
Browse files Browse the repository at this point in the history
  • Loading branch information
Chadiii committed Oct 19, 2023
1 parent 977cd01 commit 616be84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
- name: List ls
run: ls

- name: List Flagship
run: ls flagship

- name: run Flagship
run: flagship version

# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello1.outputs.result }}"

0 comments on commit 616be84

Please sign in to comment.