Skip to content

Commit

Permalink
Trying a different bot e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 22, 2024
1 parent f7cc97f commit 238ffdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/remove-old-latest-tags/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ runs:
- name: Delete Latest Tag
shell: pwsh
run: |
git config user.email '41898282+github-actions[bot]@users.noreply.github.com'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git config user.name 'github-actions[bot]'
git fetch --tags --no-recurse-submodules
$latestTag = (git tag --list '${{ inputs.tag-prefix }}/latest')
Expand Down

0 comments on commit 238ffdb

Please sign in to comment.