Skip to content

Commit

Permalink
Fix: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Aug 15, 2023
1 parent d3c012f commit 9634564
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 156 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"techor-conventional-commits": "*",
"conventional-changelog-techor": "*",
"techor-conventional-commits": "",
"conventional-changelog-techor": "",
"conventional-changelog-conventionalcommits": "^5.0.0",
"conventional-commits-parser": "^3.2.4"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/sync-dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: [18.17.0]
steps:
- uses: actions/checkout@v3
- uses: ./packages/github-actions
- uses: ./.github/actions
with:
action: "sync-dev-branches"
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
default: https://github.com/1aron/techor/tree/main/packages/conventional-commits
runs:
using: docker
image: packages/github-actions/Dockerfile
image: .github/actions/Dockerfile
branding:
icon: shield
color: green
156 changes: 4 additions & 152 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9634564

Please sign in to comment.