Skip to content

Commit

Permalink
Update workflow_call.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki authored Sep 26, 2024
1 parent 8f2495b commit 11e5f4d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/workflow_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ on:

jobs:
run_external_action:
runs-on: ubuntu-22.04
steps:
- name: Print info
run: echo 'Action is running'

- name: Trigger external repository workflow
uses: rafal-gorecki/release-action/.github/workflows/test-release.yml@main
with:
husarion_ugv_branch: ${{ github.event.inputs.husarion_ugv_branch }}
uses: rafal-gorecki/release-action/.github/workflows/test-release.yml@main
with:
husarion_ugv_branch: ${{ github.event.inputs.husarion_ugv_branch }}

0 comments on commit 11e5f4d

Please sign in to comment.