Skip to content

Commit 22eaf8c

Browse files
committed
Update Techor Actions to use main branch
1 parent 94f9045 commit 22eaf8c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [20]
1717
steps:
1818
- name: Techor Actions
19-
uses: techor-dev/techor@v2.5.3
19+
uses: techor-dev/techor@main
2020
with:
2121
action: "check-pull-request-title"
2222
env:

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,14 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
43+
- name: Publish to Marketplace
44+
uses: peter-evans/create-pull-request@v3
45+
with:
46+
token: ${{ secrets.GITHUB_TOKEN }}
47+
commit-message: Publish action to Marketplace
48+
title: Publish action to Marketplace
49+
body: |
50+
Automatically published action to Marketplace.
51+
branch: publish-action
52+
branch-suffix: timestamp

0 commit comments

Comments
 (0)