Skip to content

Commit

Permalink
Workarround for local error (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuadros95 committed Apr 19, 2022
1 parent a01078f commit 923839c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate_api_reference.yml
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
container: ros:foxy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Get date
id: date
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"
Expand Down Expand Up @@ -51,7 +52,8 @@ jobs:
runs-on: ubuntu-latest
container: ros:foxy
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Get date
id: date
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"
Expand Down

0 comments on commit 923839c

Please sign in to comment.