We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e2e5c7 + 6e5ebdb commit 7009fe8Copy full SHA for 7009fe8
.github/workflows/postBuildStartedComment.yml
@@ -27,7 +27,7 @@ jobs:
27
owner: context.repo.owner,
28
repo: context.repo.repo,
29
issue_number: ${{ inputs.APP_PULL_REQUEST_NUMBER }},
30
- body: `🚧 @${{ github.actor }} has triggered a test hybrid app build. You can view the [workflow run here](${workflowURL}).`
+ body: `🚧 @${{ github.actor }} has triggered a test app build. You can view the [workflow run here](${workflowURL}).`
31
});
32
33
- name: Add build start comment to OD PR
0 commit comments