Skip to content

Commit 5496a71

Browse files
author
Aaron Roller
committed
ci: update to use latest actions AM-604/4_0_1
1 parent e115bc1 commit 5496a71

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: AutoModality/action-clean@v1.1.0
1515
- uses: actions/checkout@v2
16-
- uses: rlespinasse/github-slug-action@2.0.0 # for GITHUB_REF_SLUG
16+
- uses: rlespinasse/github-slug-action@3.1.0 # for GITHUB_REF_SLUG
1717
- name: Package
1818
id: package
19-
uses: AutoModality/action-package-debian-ros@v3
19+
uses: AutoModality/action-package-debian-ros@v5-ros
2020
with:
2121
branch: ${{ env.GITHUB_REF_SLUG }}
2222
build-number: ${{ github.run_number }}
@@ -45,12 +45,3 @@ jobs:
4545
with:
4646
pr_draft: true
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
48-
# code-format:
49-
# runs-on: ubuntu-18.04
50-
# needs: package
51-
# steps:
52-
# - uses: actions/checkout@v2
53-
# - name: Format Code
54-
# uses: AutoModality/action-ros-clang-format@master
55-
# env:
56-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)