Skip to content

Commit

Permalink
Merge pull request #100 from stakater/checkoutstep
Browse files Browse the repository at this point in the history
Submodule checkout
  • Loading branch information
rasheedamir authored Apr 26, 2024
2 parents 7eefb27 + bfe2a38 commit eeb35fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

Expand Down

0 comments on commit eeb35fc

Please sign in to comment.