We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7440c8 commit c9f7e42Copy full SHA for c9f7e42
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
42
- name: Show current branch
43
run: |
44
+ git config --global --add safe.directory /__w/simona/simona
45
git rev-parse --abbrev-ref HEAD
46
pwd
47
ls -la ${{ github.workspace }}
0 commit comments