We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f9045 commit 22eaf8cCopy full SHA for 22eaf8c
.github/workflows/pull-request-title-check.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [20]
17
steps:
18
- name: Techor Actions
19
- uses: techor-dev/techor@v2.5.3
+ uses: techor-dev/techor@main
20
with:
21
action: "check-pull-request-title"
22
env:
.github/workflows/release.yml
@@ -39,3 +39,14 @@ jobs:
39
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
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