Skip to content

Commit

Permalink
add checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
HarriPra committed Mar 14, 2024
1 parent 1448a34 commit 128e728
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cross-repo-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
trigger-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Trigger deployment in another repo
uses: ./.github/actions/repo-dispatch/action
with:
Expand Down

0 comments on commit 128e728

Please sign in to comment.