Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
helenol committed Nov 7, 2023
1 parent e27dc89 commit 50a8455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Name is optional, uses: specify which ACTION is used (basically github
# macros). You can write your own! Use with: to specify extra parameters.
- name: Check out depository
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
path: ${HOME}/catkin_ws/src/toy_example_package
submodules: recursive
Expand Down

0 comments on commit 50a8455

Please sign in to comment.