Skip to content

Commit 923839c

Browse files
authored
Workarround for local error (#368)
1 parent a01078f commit 923839c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/generate_api_reference.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container: ros:foxy
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
16+
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1617
- name: Get date
1718
id: date
1819
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"
@@ -51,7 +52,8 @@ jobs:
5152
runs-on: ubuntu-latest
5253
container: ros:foxy
5354
steps:
54-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
56+
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
5557
- name: Get date
5658
id: date
5759
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"

0 commit comments

Comments
 (0)