Skip to content

Commit

Permalink
WIP: mod: .github/workflows/test-action.yml (main)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I5012d8fe88f097bf19d1a88c6afbb986007443fb
  • Loading branch information
rzr committed Jun 17, 2024
1 parent f5542ba commit 227f26f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run:
git log > ${{ github.event.repository.name }}.txt
gh release create ${{ steps.log.outputs.tag }} ${{ github.event.repository.name }}.txt -R https://github.com/${{ github.repository }}
- git log > ${{ github.event.repository.name }}.txt
- gh release create ${{ steps.log.outputs.tag }} ${{ github.event.repository.name }}.txt -R https://github.com/${{ github.repository }}

0 comments on commit 227f26f

Please sign in to comment.