Skip to content

Commit

Permalink
Merge pull request #60 from OUXT-Polaris/workflow/sync
Browse files Browse the repository at this point in the history
[Bot] Update workflow
  • Loading branch information
github-actions[bot] authored Jan 19, 2025
2 parents 24eb027 + 1024371 commit 5afd17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Search packages in this repository
id: list_packages
run: |
echo ::set-output name=package_list::$(colcon list --names-only | sed -e ':loop; N; $!b loop; s/\n/ /g')
echo name=package_list::$(colcon list --names-only | sed -e ':loop; N; $!b loop; s/\n/ /g') >> "$GITHUB_OUTPUT"
- name: Show target packages
run: |
echo "Target packages: ${{ steps.list_packages.outputs.package_list }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: startsWith(github.event.issue.title, 'Release ')
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: create release
id: create_release
uses: at-wat/catkin-release-action@v1
Expand Down

0 comments on commit 5afd17a

Please sign in to comment.