We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b388d commit ee6f567Copy full SHA for ee6f567
.github/workflows/update-dependencies.yml
@@ -54,6 +54,12 @@ jobs:
54
fetch-tags: true
55
path: ${{ github.workspace }}/src/${{ matrix.key }}
56
57
+ - name: test author override
58
+ run: |
59
+ git config user.name "assumptionsandg"
60
+ git config user.email "[email protected]"
61
+ working-directory: ${{ github.workspace }}/src/kayobe-config
62
+
63
- name: Get latest tag
64
id: latest_tag
65
run: |
0 commit comments