Skip to content

Commit

Permalink
Update interactive.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ojura authored Oct 14, 2024
1 parent ff7a922 commit 2c39dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interactive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
build:
name: ${{ inputs.DEB_DISTRO || vars.DEB_DISTRO || 'latest' }}-${{ inputs.ROS_DISTRO || vars.ROS_DISTRO || 'one'}}
runs-on: self-hosted
uses: larics/ros-builder-action/.github/workflows/build.yaml@main
uses: ubi-agni/ros-builder-action/.github/workflows/build.yaml@main
with:
DEB_DISTRO: ${{ inputs.DEB_DISTRO || vars.DEB_DISTRO }}
ROS_DISTRO: ${{ inputs.ROS_DISTRO || vars.ROS_DISTRO || 'one' }}
Expand All @@ -96,7 +96,7 @@ jobs:
deploy:
needs: build
if: always() && ( inputs.PUSH_MODE != 'skip' ) && vars.DEPLOY_URL
uses: larics/ros-builder-action/.github/workflows/deploy.yaml@main
uses: ubi-agni/ros-builder-action/.github/workflows/deploy.yaml@main
with:
# content mode: 'add' if continueing build, 'replace' otherwise
CONTENT_MODE: ${{ inputs.CONTINUE_BUILD && 'add' || 'replace' }}
Expand Down

0 comments on commit 2c39dc2

Please sign in to comment.