Skip to content

Commit 0baf2e4

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

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
@@ -405,7 +405,7 @@ jobs:
405405
name: 'Pre-compilation checks'
406406
runs-on: ubuntu-latest
407407
steps:
408-
- detect-custom-properties:
408+
- name: detect-custom-properties
409409
# '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: |
@@ -426,7 +426,7 @@ jobs:
426426
env:
427427
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
428428

429-
- generate-filename-slug:
429+
- name: generate-filename-slug
430430
# description: Generate a simple slug based on repo and date for use in any output artifacts
431431
runs-on: ubuntu-latest
432432
steps:

0 commit comments

Comments
 (0)