Skip to content

Commit

Permalink
Update test-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Nov 16, 2023
1 parent b73ad27 commit eda2217
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
mv ./* ../temp/
- uses: actions/checkout@v4
- run: echo $RANDOM > README.txt
- uses: ./../temp
- id: main
uses: ./../temp
with:
commit-message: From test-tag
- shell: jq -C . {0}
run: ${{ toJSON(steps.main.outputs) }}

0 comments on commit eda2217

Please sign in to comment.