Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/get-issue-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Action to get Pull request or issue number
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@v0.7.1
- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@v0.7.2
with:
```

Expand Down
2 changes: 1 addition & 1 deletion actions/set-matrix-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Set matrix ouput in file to be uploaded as artifacts, because GitHub action does
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@v0.7.1
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@v0.7.2
with:
# The matrix output to set.
value: ""
Expand Down