We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01078f commit 923839cCopy full SHA for 923839c
1 file changed
.github/workflows/generate_api_reference.yml
@@ -12,7 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
container: ros:foxy
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
+ - run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
17
- name: Get date
18
id: date
19
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"
@@ -51,7 +52,8 @@ jobs:
51
52
53
54
55
56
57
58
59
0 commit comments