Skip to content

Commit

Permalink
Merge pull request #3 from lucimobility/bugfix/action-errors
Browse files Browse the repository at this point in the history
Fixed action.yml file
  • Loading branch information
luciguci authored Nov 9, 2022
2 parents 474586e + 3807e64 commit 038f9da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: lucimobility/luci-ros2-grpc
ref: ${{env.packages_messages_version}}
ref: ${{env.packages_grpc_version}}
path: ${{env.GRPC_REPO}}
token: ${{ secrets.ACCESS_TOKEN }}

Expand All @@ -65,22 +65,23 @@ jobs:
uses: actions/checkout@v3
with:
repository: lucimobility/luci-ros2-transforms
ref: ${{env.packages_messages_version}}
ref: ${{env.packages_transforms_version}}
path: ${{env.TRANSFORMS_REPO}}
token: ${{ secrets.ACCESS_TOKEN }}

- name: Checkout keyboard repo
uses: actions/checkout@v3
with:
repository: lucimobility/luci-ros2-keyboard-teleop
ref: ${{env.packages_messages_version}}
ref: ${{env.packages_keyboard_teleop_version}}
path: ${{env.KEYBOARD_REPO}}
token: ${{ secrets.ACCESS_TOKEN }}

- name: Checkout third party repo
uses: actions/checkout@v3
with:
repository: lucimobility/luci-ros2-third-party
ref: ${{env.packages_third_party_version}}
path: ${{env.THIRD_PARTY_REPO}}
token: ${{ secrets.ACCESS_TOKEN }}

Expand Down

0 comments on commit 038f9da

Please sign in to comment.