We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d8f68 commit b8360b2Copy full SHA for b8360b2
.github/workflows/push-to-mirror.yml
@@ -22,7 +22,8 @@ jobs:
22
run: |
23
git config --global user.name "github-actions[bot]"
24
git config --global user.email "github-actions[bot]@users.noreply.github.com"
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.
27
- name: Push to Mirror Repository
28
env:
29
MIRROR_REPO: ${{ vars.MIRROR_REPO }}
0 commit comments