Skip to content

Commit

Permalink
Add actions helper libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Dec 29, 2022
1 parent ca0f67c commit b83d1fe
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 27 deletions.
14 changes: 2 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,5 @@ branding:
color: "gray-dark"

runs:
using: composite
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
- name: Delete Vercel Deployment
run: npm run delete-remote-url
env:
VERCEL_TOKEN: ${{inputs.vercelToken}}
VERCEL_PROJECT_ID: ${{ inputs.vercelProjectId }}
TARGET_BRANCH: ${{ github.event.ref }}
using: node18
main: src/main.js
Loading

0 comments on commit b83d1fe

Please sign in to comment.