Skip to content

Commit 2f46b76

Browse files
committed
DNM - test workflow
1 parent 6b2d009 commit 2f46b76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_ENV
3636
echo "CURRENT_VERSION=${CURRENT_VERSION}" >> $GITHUB_OUTPUT
3737
- name: Update Makefile if needed
38-
if: ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
3938
run: |
4039
sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= ${{ steps.get_version.outputs.latest_version }}/" hack/tools/Makefile
40+
sed -i "s/GOLANGCI_LINT_VERSION ?= .*/GOLANGCI_LINT_VERSION ?= foo/" hack/tools/Makefile
4141
- name: Create Pull Request
42-
if: ${{ steps.check_version.outputs.current_version != steps.get_version.outputs.latest_version }}
4342
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # tag=v7.0.7
4443
with:
4544
commit-message: "This commit updates golangci-lint to version v${{ steps.get_version.outputs.latest_version }}."

0 commit comments

Comments
 (0)