Skip to content

Commit 56a2efc

Browse files
Naturalclarnschonni
authored andcommitted
chore: update github workflow from hcl to yml
1 parent 6be2c89 commit 56a2efc

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

.github/main.workflow

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: check_suite
2+
name: Post Staging Link on pull_request
3+
jobs:
4+
postStagingLink:
5+
name: Post Staging Link
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: Post Staging Link
10+
uses: ./.github/action/result-poster
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)