Skip to content

Commit e1e0d16

Browse files
committed
wip
1 parent 5c80f10 commit e1e0d16

4 files changed

Lines changed: 4306 additions & 6 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
ci:
1717
name: CI
18-
uses: getdevopspro/github-actions/.github/workflows/pull-request.yml@v1.0.1
18+
uses: getdevopspro/github-actions/.github/workflows/pull-request.yml@v2.0.0
1919
with:
2020
version-package: package.json
2121
version-package-lock: package-lock.json

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
release:
24-
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v1.0.1
24+
uses: getdevopspro/github-actions/.github/workflows/promote.yml@v2.0.0
2525
# secrets:
2626
# checkout-token: ${{ secrets.CHECKOUT_TOKEN }}
2727
with:

0 commit comments

Comments
 (0)