Skip to content

Commit

Permalink
Merge pull request #7 from tshion/feature/brush_development
Browse files Browse the repository at this point in the history
#6 のコミット漏れの反映
  • Loading branch information
tshion authored May 11, 2024
2 parents 110d2bc + 2e0ea05 commit 3748e72
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,5 @@ inputs:
required: true

runs:
using: "composite"
steps:
- shell: bash
env:
GLOBAL: ${{ inputs.global }}
PATH_DIR: ${{ inputs.path }}
USER: ${{ inputs.user }}
USER_EMAIL: ${{ inputs.email }}
USER_NAME: ${{ inputs.name }}
run: |
using: node20
main: compiled/index.js
using: node20
main: compiled/index.js

0 comments on commit 3748e72

Please sign in to comment.