Skip to content

Commit 5106f32

Browse files
authored
Update update-golangci-lint.yaml
1 parent 26febf5 commit 5106f32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-golangci-lint.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
update-golangci-lint:
1313
runs-on: ubuntu-latest
14+
outputs:
15+
latest_version: ${{ steps.get_version.outputs.latest_version }}
16+
current_version: ${{ steps.check_version.outputs.current_version }}
1417
steps:
1518
- name: Checkout repository
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)