Skip to content

Commit

Permalink
chore(ci): attempt to correct check diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Oct 21, 2024
1 parent 1146100 commit 3438c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_diff_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
restore-keys: |
${{ env.cache_name }}-${{ runner.os }}-go-
env:
cache_name: ocm-cli-latest-go-cache # needs to be the same key in the end as in the build step
cache_name: run-tests-go-cache # needs to be the same key in the end as in the build step

- name: Make generate and deepcopy
run: |
Expand Down

0 comments on commit 3438c78

Please sign in to comment.