Skip to content

Commit

Permalink
remove submodules from checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Mar 28, 2024
1 parent b2b26d5 commit a71b9d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
# https://github.com/actions/checkout#usage
# uncomment if you use submodules within the source repository
# comment token (and add .github path to .templatesyncignore)
# if you do not want actions and workflows updated
with:
# submodules: true
token: ${{ secrets.GH_PAT }}

- name: actions-template-sync
Expand Down

0 comments on commit a71b9d9

Please sign in to comment.