Skip to content

Commit b8360b2

Browse files
author
Ryan McCarthy
committed
Add comment
1 parent 04d8f68 commit b8360b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push-to-mirror.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
run: |
2323
git config --global user.name "github-actions[bot]"
2424
git config --global user.email "github-actions[bot]@users.noreply.github.com"
25-
25+
# Because these variables will not be set on the public mirror repo, we don't need to worry about this action running in a loop.
26+
# It will simply fail to find the variables and the action will fail in the public mirror repo.
2627
- name: Push to Mirror Repository
2728
env:
2829
MIRROR_REPO: ${{ vars.MIRROR_REPO }}

0 commit comments

Comments
 (0)