Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed Apr 14, 2024
1 parent d21089a commit 5f56452
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ on:
workflow_dispatch:
jobs:
call-workflow:
runs-on: ubuntu-latest
steps:
- name: Call reusable workflow
uses: ./.github/workflows/reusable.yml
with:
who-to-greet: ${{ github.actor }}

uses: ./.github/workflows/reusable.yml
with:
who-to-greet: ${{ github.actor }}
use-output:
runs-on: ubuntu-latest
needs: call-workflow
Expand Down

0 comments on commit 5f56452

Please sign in to comment.