Skip to content

Commit

Permalink
ci: test exec
Browse files Browse the repository at this point in the history
  • Loading branch information
BenValentim committed Apr 4, 2024
1 parent 727f6a4 commit c25d145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: yarn add @actions/core
run: yarn install

- name: Build project
run: yarn build
Expand Down
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Repository Dispatch
description: Create a repository dispatch event
name: Consume
description: Consume dispatched vars

inputs:
client-payload:
Expand All @@ -10,6 +10,7 @@ inputs:
runs:
using: "node20"
main: "dist/index.js"
pre: yarn install

branding:
icon: target
Expand Down

0 comments on commit c25d145

Please sign in to comment.