Skip to content

Commit fba5b8f

Browse files
authored
Update deploy.yaml
1 parent d9b5bca commit fba5b8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
cname: gofiber.io
2828

2929
steps:
30+
- name: Get previous workflow status
31+
uses: Mercymeilya/[email protected]
32+
id: last_status
33+
with:
34+
github_token: ${{ secrets.GITHUB_TOKEN }}
3035
- uses: actions/checkout@v4
3136

3237
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)