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 397a603 commit 6975539Copy full SHA for 6975539
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
# https://github.blog/2022-04-12-git-security-vulnerability-announced/
26
- name: Pacify git's permission check
27
- run: git config --global --add safe.directory /__w/
+ run: git config --global --add safe.directory /__w/cockpit-subscriptions/cockpit-subscriptions
28
29
- name: Workaround for https://github.com/actions/checkout/pull/697
30
run: git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
0 commit comments