Skip to content

Commit

Permalink
fix: action steps (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlalvani authored Dec 27, 2024
1 parent 1ead11d commit a34412f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,9 @@ inputs:
runs:
using: 'composite'
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'

- name: Install relgen
shell: bash
run: pnpm add -g relgen
run: npm install -g relgen

- name: Generate PR description
if: inputs.skip-description != 'true'
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Assistant
name: Relgen
on:
pull_request:
types: [opened, synchronize, reopened]
Expand Down

0 comments on commit a34412f

Please sign in to comment.