We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5c155 commit 39f5996Copy full SHA for 39f5996
.github/workflows/test-library.yml
@@ -265,11 +265,7 @@ jobs:
265
- name: Setup git user as [bot]
266
if: >-
267
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
268
- run: >
269
- git config --local user.email
270
- 'github-actions[bot]@users.noreply.github.com'
271
-
272
- git config --local user.name 'github-actions[bot]'
+ uses: fregante/[email protected]
273
- name: >-
274
Tag the release in the local Git repo
275
as ${{ needs.pre-setup.outputs.git-tag }}
@@ -755,11 +751,7 @@ jobs:
755
751
fetch-depth: 1
756
752
ref: ${{ github.event.inputs.release-commitish }}
757
753
758
759
760
761
762
754
763
764
765
0 commit comments