Skip to content

Commit

Permalink
Update update-internal-repo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea authored Apr 26, 2024
1 parent b9e9fa1 commit cadf3d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-internal-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
path: target

- name: Copy over files
if: ${{ steps.checkout_remote.outcome == "success" }}
if: ${{ steps.checkout_remote.outcome == 'success' }}
run: $GITHUB_WORKSPACE/source/build/bin/copy-gitops.sh -s $GITHUB_WORKSPACE/source -t $GITHUB_WORKSPACE/target

- name: Commit changes to remote repo
if: ${{ steps.checkout_remote.outcome == "success" }}
if: ${{ steps.checkout_remote.outcome == 'success' }}
run: |
cd $GITHUB_WORKSPACE/target
git config user.name "GitHub Actions Bot"
Expand Down

0 comments on commit cadf3d1

Please sign in to comment.