Skip to content

Commit

Permalink
ci: add actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobeike committed May 14, 2024
1 parent a2cbab0 commit efa39d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
timeout-minutes: 5
container: osrf/ros:humble-desktop-full
steps:
- uses: actions/checkout@v2
# - name: apt update install
# run: |
# sudo apt update -y
Expand Down Expand Up @@ -52,6 +51,7 @@ jobs:
needs: test
if: ${{ always() && needs.test.result == 'failure' }}
steps:
- uses: actions/checkout@v2
- name: Rerun workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit efa39d6

Please sign in to comment.