Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 425 Bytes

encodeUriComponent action

use encodeUriComponent in Github Action

Inputs

string

Required string Default "".

Outputs

string

encodeUriComponent(string)

Example usage

SET

uses: Ablestor/[email protected]
id: encode-uri-component
with:
  string: ""

GET

name: C-7) 🏗 Get android id
run: echo "${{ steps.encode-uri-component.outputs.string }}"