Skip to content

issues Search Results · repo:timheuer/base64-to-file language:JavaScript

Filter by

11 results
 (106 ms)

11 results

intimheuer/base64-to-file (press backspace or delete to remove)

Since writing this, I ve realized the logging sucks. Needs more logging on different conditions: - If about to write 0 bytes, just fail sooner before trying to write - write out full path to temp ...
enhancement
  • timheuer
  • Opened 
    on Dec 19, 2022
  • #50

- name: Fetch credential file from secrets id: fetch_credential_file uses: timheuer/base64-to-file@v1.2 with: fileName: credential_file.json encodedString: ${{ secrets.CREDENTIAL_FILE_CONTENT ...
documentation
  • CodemenschenAndroid
  • 16
  • Opened 
    on Dec 15, 2022
  • #48

Hi! I would prefer not to see all environment variables in the logs :) Just remove this line? https://github.com/timheuer/base64-to-file/blob/c4a503294433fc78768118aea23f8353dfde89e2/index.js#L18
bug
  • Blarkdackbyte
  • 6
  • Opened 
    on Nov 12, 2022
  • #42

Runs of this workflow trigger the following advisory in github actions: Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information ...
  • RobbieFrodsham
  • 3
  • Opened 
    on Nov 2, 2022
  • #40

Everywhere this action is used, this warning is now showing: [build] Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. ...
  • danielz-nenda
  • 2
  • Opened 
    on Oct 11, 2022
  • #32

It would be nice if there was a post action to delete decrypted files. Typically they store very secret information and while we should trust that the runner will discard of the data after the run is complete, ...
  • wSedlacek
  • 1
  • Opened 
    on Sep 6, 2021
  • #26

For example I want the file to be create in ./lib/assets/secrets, How do I achieve that?
  • kennethngedoFCMB
  • 2
  • Opened 
    on Mar 2, 2021
  • #15

- name: Write json in sub dir id: write_google_services_json uses: timheuer/base64-to-file@v1.0.3 with: fileName: ./native/App_Resources/Android/google-services.json ...
bug
  • rafilkmp3
  • 5
  • Opened 
    on Oct 15, 2020
  • #14

Hi, I just stumbled across this nice action and had a look at the code. I noticed that filesystem errors will bubble up to the caller of the action. (Not sure how github actions handles that.) But the ...
bug
help wanted
  • mbiegert
  • Opened 
    on Jul 17, 2020
  • #9

Although it works it probably has cases that don t. Fix path issue so it is appropriate for the right OS https://github.com/timheuer/base64-to-file/commit/ddf9dac666f8309ced7f8e96ace1924a0503f432/checks?check_suite_id=412406767#step:4:4 ...
enhancement
  • timheuer
  • Opened 
    on Jan 21, 2020
  • #7
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub