Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
r59q committed May 10, 2024
1 parent 452bdab commit c426019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prcomment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
pull_request:
types: [opened, reopened]

jobs:
comment:
runs-on: ubuntu-latest
Expand All @@ -13,5 +13,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'A deployment is being made to https://ml-machine-${{github.event.pull_request.number}}.r59q.com/. This url will be continuously updated as changes are made to this PR.'
body: 'A deployment is being made to https://ml-machine-${{github.event.pull_request.number}}.r59q.com/. This site will be continuously updated as changes are made to this PR.'
})

0 comments on commit c426019

Please sign in to comment.