Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 13, 2023
1 parent 23fbd2a commit 3806bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: darwinia-network/devops
path: .github/actions
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: darwinia-network/devops
path: .github/actions
path: .github

- uses: ./.github/actions/smart-vercel
name: Deploy app
Expand Down

0 comments on commit 3806bc1

Please sign in to comment.