Skip to content

Commit

Permalink
Fix yarn dist
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 12, 2023
1 parent eeed373 commit 222caf4
Show file tree
Hide file tree
Showing 5 changed files with 7,429 additions and 9,889 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
yarn install
yarn dist
- name: exercise multifile behavior
run: git rev-parse @ > latest-sha.txt

- name: Use current action
uses: ./
with:
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ inputs:
description: 'The commit message to use'
required: false
default: '[getsentry/action-github-commit] Auto commit'
fail-on-empty:
description: 'Whether the job should fail if there is nothing to commit'
required: false
default: false
runs:
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 222caf4

Please sign in to comment.