We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2583767 commit 1667332Copy full SHA for 1667332
.github/workflows/sync-and-process-files.yml
@@ -75,8 +75,8 @@ jobs:
75
- name: Process changes
76
id: changes
77
run: |
78
- git config user.name "github-actions[bot]"
79
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
80
${{ github.workspace }}/destination/scripts/source/dispatch_product.py ${{env.SOURCE_REPO }} ${{ github.workspace }}
81
working-directory: source
82
0 commit comments