Skip to content

Commit

Permalink
Merge pull request #90 from WyriHaximus/renovate/nick-fields-assert-a…
Browse files Browse the repository at this point in the history
…ction-2.x

Update nick-fields/assert-action action to v2
  • Loading branch information
WyriHaximus authored Nov 16, 2024
2 parents bfabd9d + 15c3e66 commit 69cf090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
printf "::set-output name=cnt::%s" $(cat ~/.kube/config)
kubeconfig: ${{ steps.kubeconfig.outputs.kubeconfig }}
- name: "Assert kubeconfig really contains: junk"
uses: nick-fields/assert-action@v1
uses: nick-fields/assert-action@v2
with:
expected: junk
actual: ${{ steps.getkubeconfigcontents.outputs.cnt }}
Expand Down

0 comments on commit 69cf090

Please sign in to comment.