Skip to content

Commit 9516b3e

Browse files
committed
build: Action to add staging link.
Maybe this works?
1 parent 7cf1f81 commit 9516b3e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Post Staging Link on pull_request" {
2+
on = "pull_request"
3+
resolves = ["Post Staging Link"]
4+
}
5+
6+
action "Post Staging Link" {
7+
uses = "mylesborins/action@master"
8+
secrets = ["GITHUB_TOKEN"]
9+
}

0 commit comments

Comments
 (0)