Skip to content

Commit

Permalink
Reg YML (#11)
Browse files Browse the repository at this point in the history
* Working Dir

- attempting to add working dir

* LF NOT CRLF

Choosing LF over CRLF

* Update tests.yml

- adding test for the new WD feature.

* Regenerate dist/index.js

* - adding working_directory to action.yml

* - bumping to 2.1.0
- small typo fix

* Regenerate dist/index.js

* - trying local run

* - attempting to prepend home to wd.

* Regenerate dist/index.js

* - new way to join working-dir

* - new test path ?

* Regenerate dist/index.js

* - updating dist/index.js

* Regenerate dist/index.js

* - reverting changes. perhaps this works

* Regenerate dist/index.js

* - only regenerate on commit to regenerate

* - one more try ?

* - prepending tmp for permission issues.

* Update regenerate.yml

- fixing regen yaml

---------

Co-authored-by: carlkidcrypto <carlkidcrypto@users.noreply.github.com>
  • Loading branch information
carlkidcrypto and carlkidcrypto authored Dec 18, 2023
1 parent 1b54a7f commit 3ed0fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
-
name: regenerate dist/index.js
run: |
sudo npm i -g @vercel/ncc@0.38.1
npm i -g @vercel/ncc@0.38.1
npm install
ncc build index.js -m
-
Expand Down

0 comments on commit 3ed0fd8

Please # to comment.