Skip to content

Commit

Permalink
test: output action
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 8, 2023
1 parent 9265195 commit 7375ca2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Run this action
- name: Run ape action
id: ape-action
uses: ./

- run: ape --help

- name: Print outputs
run: |
echo "Output: ${{ steps.ape-action.outputs.ape-version }}"

0 comments on commit 7375ca2

Please sign in to comment.