We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71e05d commit d5f37eaCopy full SHA for d5f37ea
1 file changed
.github/workflows/prmerge_ci_main.yml
@@ -149,18 +149,6 @@ jobs:
149
echo "MADATE=$(date '+%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
150
echo "LAST_STABLE_TAG_NAME=latest-20260319" >> $GITHUB_ENV
151
152
- # - name: Create a new GitHub Discussion Annoucement
153
- # id: create-discussion
154
- # uses: abirismyname/create-discussion@v2.1.0
155
- # env:
156
- # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157
- # with:
158
- # title: Test Dicussion adding at ${{ env.MADATE }}
159
- # body: |
160
- # Test new message at ${{ env.MADATE }}
161
- # repository-id: ${{ secrets.DISCUSSION_REPO_ID }}
162
- # category-id: ${{ secrets.DISCUSSION_CAT_ID }}
163
-
164
- uses: octokit/request-action@v3.x
165
id: close_branch_qa
166
env:
0 commit comments