Skip to content

Commit cb7a0e2

Browse files
committed
build(gha): update workflows
1 parent b6a3bc3 commit cb7a0e2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/pull-request-title.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ jobs:
1616
lint:
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: myparcelnl/actions/setup-app-credentials@v3
20-
id: credentials
19+
- uses: myparcelnl/actions/pr-validate-title-conventional@v3
2120
with:
2221
app-id: ${{ secrets.MYPARCEL_APP_ID }}
2322
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}
24-
25-
- uses: aslafy-z/conventional-pr-title-action@v3
26-
env:
27-
GITHUB_TOKEN: ${{ steps.credentials.outputs.token }}

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
13-
build:
14-
name: 'Test site build'
13+
test-build:
1514
runs-on: ubuntu-22.04
1615
steps:
1716
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)