зеркало из
1
0
Форкнуть 0
This commit is contained in:
Donald McEachern 2024-06-14 09:54:46 -07:00 коммит произвёл GitHub
Родитель 04bc499ee4
Коммит d1ae4395ed
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -141,8 +141,8 @@ jobs:
- name: Hop into new branch
id: groombranch
run: |
git checkout -b groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}
echo "groombranch=groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
git checkout -b groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}
echo "groombranch=groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
- name: Add trivial changefile so CI does not complain about the CHANGELOG grooming PR
run: |