Skip to content

Commit d9f2eb7

Browse files
committed
Update ci-main-pull-request.yml
1 parent dc0bfae commit d9f2eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-main-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
runs-on: ubuntu-latest
407407
steps:
408408
- detect-custom-properties:
409-
description: 'Detect app, language, and build profile environment variables from repository custom properties'
409+
# 'Detect app, language, and build profile environment variables from repository custom properties'
410410
# GH API returns something like [{"property_name":"GABuildLanguage","value":"go"},{"property_name":"GABuildProfile","value":"cli"},{"property_name":"primaryApplication","value":"chef-360"}]'
411411
run: |
412412
response=$(gh api -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/${{ github.repository }}/properties/values)
@@ -427,7 +427,7 @@ jobs:
427427
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
428428

429429
- generate-filename-slug:
430-
description: Generate a simple slug based on repo and date for use in any output artifacts
430+
# description: Generate a simple slug based on repo and date for use in any output artifacts
431431
runs-on: ubuntu-latest
432432
steps:
433433
- run: |

0 commit comments

Comments
 (0)