We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26febf5 commit 5106f32Copy full SHA for 5106f32
.github/workflows/update-golangci-lint.yaml
@@ -11,6 +11,9 @@ on:
11
jobs:
12
update-golangci-lint:
13
runs-on: ubuntu-latest
14
+ outputs:
15
+ latest_version: ${{ steps.get_version.outputs.latest_version }}
16
+ current_version: ${{ steps.check_version.outputs.current_version }}
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v4
0 commit comments