Skip to content

Commit ecd5072

Browse files
authored
Merge branch 'main' into illrill-patch-1
2 parents ec591f1 + 8ae29ec commit ecd5072

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pull-request-description.yml

-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
4949
# Set the RELEASE_LABEL environment variable for later use
5050
echo RELEASE_LABEL=$RELEASE_LABEL >> $GITHUB_ENV
51-
shell: bash
5251
- name: Check release note
5352
run: |
5453
# Convert PR description newlines to carriage returns
@@ -80,7 +79,6 @@ jobs:
8079
echo "RELEASE NOTE"
8180
echo "============"
8281
echo -e "$RELEASE_NOTE_CONTENT" | tr -s '\n'
83-
shell: bash
8482
kind:
8583
runs-on: ubuntu-latest
8684
env:
@@ -118,4 +116,3 @@ jobs:
118116
gh issue edit ${{ github.event.number }} --add-label "${KIND_LABEL}"
119117
fi
120118
done
121-
shell: bash

0 commit comments

Comments
 (0)