Skip to content

Commit

Permalink
Merge pull request #31 from georgezzeng/update-submodules-workflow
Browse files Browse the repository at this point in the history
update-submodules will call other actions once it is completed
  • Loading branch information
CannonLock authored Nov 22, 2024
2 parents a8e2fff + 9dd7591 commit addfddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ jobs:
else
echo "no changes";
fi

Call-NextJS-Actions:
runs-on: ubuntu-latest
needs: Update-Submodules
uses: .github/workflows/nextjs.yml@master
secrets: inherit

0 comments on commit addfddf

Please sign in to comment.