Browse Source

build(gha): Rename getsentry dispatch input (#20823)

This renames the getsentry workflow dispatch input name from `sha` to `sentry-sha` to be a bit more specific. This will help when reading workflows in getsentry.
Billy Vong 4 years ago
parent
commit
959e7ed9d8
2 changed files with 3 additions and 2 deletions
  1. 1 1
      .github/workflows/acceptance.yml
  2. 2 1
      .github/workflows/javascript.yml

+ 1 - 1
.github/workflows/acceptance.yml

@@ -46,7 +46,7 @@ jobs:
                 workflow_id: 'acceptance.yml',
                 ref: 'master',
                 inputs: {
-                  sha: '${{ github.event.pull_request.head.sha }}',
+                  'sentry-sha': '${{ github.event.pull_request.head.sha }}',
                 }
               })
 

+ 2 - 1
.github/workflows/javascript.yml

@@ -34,7 +34,7 @@ jobs:
                 workflow_id: 'javascript.yml',
                 ref: 'master',
                 inputs: {
-                  sha: '${{ github.event.pull_request.head.sha }}',
+                  'sentry-sha': '${{ github.event.pull_request.head.sha }}',
                 }
               })
 
@@ -73,6 +73,7 @@ jobs:
 
         # Setup custom tsc matcher, see https://github.com/actions/setup-node/issues/97
         - name: tsc
+          id: tsc
           if: always()
           run: |
             echo "::remove-matcher owner=tsc::"