From 4a8bbe8adf5b39055f5d326e2dded313f71fbd57 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Thu, 4 Apr 2024 12:55:35 -0400 Subject: [PATCH] Update pack.yml --- .github/workflows/pack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 8f612cf..f642611 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -20,11 +20,11 @@ jobs: steps: - name: Checkout the repository being compiled - uses: actions/checkout@v3 + uses: dgmjr-actions/git-checkout@main with: path: Repo - name: Checkout the Packages repository alongside the one being compiled - uses: actions/checkout@v3 + uses: dgmjr-actions/git-checkout@main with: repository: dgmjr-io/Packages path: Packages @@ -63,5 +63,5 @@ jobs: private-nuget-api-key: ${{ secrets.PROGET_API_KEY }} repo: dgmjr-io/DgmjrSdk push-github: true - push-dgmjr-io: false + push-dgmjr-io: true push-nuget: false