Skip to content

Commit

Permalink
fixing comments
Browse files Browse the repository at this point in the history
<full summary>

Issue: <url or "none">

Test plan:
<see below>
  • Loading branch information
lizfaubell committed Sep 20, 2023
1 parent d78c995 commit a72dcce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/follow-merge-upstream-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
shell: bash
run: |
set -xeuo pipefail
# TODO: testing
# git config --global user.name '${{ github.event.client_payload.author_username }}'
# git config --global user.email '${{ github.event.client_payload.author_email }}'
git config --global user.name 'khan-actions-bot'
Expand All @@ -39,7 +40,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.KHAN_ACTIONS_BOT_TOKEN }}
# TODO: testing
# TODO: testing
ref: "workflow-testing"
fetch-depth: 0
#
Expand Down

0 comments on commit a72dcce

Please sign in to comment.