Skip to content

Commit

Permalink
fix: specify generic profile
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 28, 2023
1 parent 7997a04 commit 416b462
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: degenaro/acme-profile-nist-800-53
path: 'acme-profile-nist-800-53'
repository: my-repo-base/my-profile
path: './my-profile'
token: ${{ secrets.GIT_TOKEN }}
fetch-depth: 0
- name: Update profiles
Expand Down

0 comments on commit 416b462

Please sign in to comment.