Skip to content

Commit

Permalink
fix: downstream is ssp
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 30, 2023
1 parent bdb6526 commit 066dff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
if: steps.determine_initialization_status.outputs.exitcode == '1'
uses: actions/checkout@v2
with:
repository: my-repo-base/my-component-definition
path: './my-component-definition'
repository: my-repo-base/my-system-security-plan
path: './my-system-security-plan'
token: ${{ secrets.GIT_TOKEN }}
fetch-depth: 0
- name: Update downstream
Expand Down

0 comments on commit 066dff0

Please sign in to comment.