Skip to content

Commit b907824

Browse files
committed
actions fixup
1 parent e4b238c commit b907824

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
steps:
1717
- uses: linkerd/dev/actions/setup-tools@v42
1818
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
19+
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
1920
- run: just actionlint
2021

2122
devcontainer-versions:
2223
runs-on: ubuntu-latest
2324
steps:
2425
- uses: linkerd/dev/actions/setup-tools@v42
2526
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
27+
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
2628
- run: just actions-dev-versions

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
container: ghcr.io/linkerd/dev:v42-rust
1111
steps:
1212
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
13+
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
1314
- run: just fetch
1415
- run: just check-fmt
1516
- run: just clippy

0 commit comments

Comments
 (0)