You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-to-control-plane-review.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -45,14 +45,14 @@ jobs:
45
45
46
46
- name: Add GitHub Comment
47
47
if: ${{ github.event_name == 'issue_comment' }}
48
-
uses: actions/github-script@v6
48
+
uses: actions/github-script@v7
49
49
with:
50
50
script: |
51
51
github.rest.issues.createComment({
52
52
issue_number: context.issue.number,
53
53
owner: context.repo.owner,
54
54
repo: context.repo.repo,
55
-
body: "We started working on your review-app deployment. You can track progress in the "Actions" Tab [here](https://github.com/shakacode/react-webpack-rails-tutorial/actions/workflows/deploy-to-control-plane-review.yml) on Github."
55
+
body: "We started working on your review-app deployment. You can track progress in the `Actions` Tab [here](https://github.com/shakacode/react-webpack-rails-tutorial/actions/workflows/deploy-to-control-plane-review.yml) on Github."
0 commit comments