We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bebee38 + f3f9d29 commit 769ff4eCopy full SHA for 769ff4e
1 file changed
.github/workflows/go.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2019 The kpt Authors
+# Copyright 2019-2026 The kpt Authors
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -45,7 +45,7 @@ jobs:
45
steps:
46
# The CI complains about the podman not installed, adding some debugging info here.
47
- name: check podman
48
- if: ${{ matrix.runtime }} == 'podman'
+ if: ${{ matrix.runtime == 'podman' }}
49
run: |
50
which podman
51
podman version
0 commit comments