Skip to content

Commit b96b7f2

Browse files
author
Aaron Roller
authored
Merge pull request #6 from AutoModality/BB-776/common-make
Using Common Make instead of custom BB-776
2 parents 9597705 + d2a875e commit b96b7f2

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

.github/actions/make@local/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/actions/make@local/action.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/actions/make@local/entrypoint.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/story.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: make
13-
uses: ./.github/actions/make@local
13+
uses: AutoModality/action-make-ros@v1.0.0
1414

0 commit comments

Comments
 (0)