File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1313 uses : ./
1414 id : ask
1515 with :
16- exec : ' ask --version'
16+ command : ' ask --version'
17+ env : # Or as an environment variable
18+ ASK_ACCESS_TOKEN : ${{ secrets.ASK_ACCESS_TOKEN }}
19+ ASK_REFRESH_TOKEN : ${{ secrets.ASK_REFRESH_TOKEN }}
20+ ASK_VENDOR_ID : ${{ secrets.ASK_VENDOR_ID }}
21+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
22+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23+ SKILL_ID : ${{ secrets.SKILL_ID }}
1724 # Use the output from the `hello` step
1825 - name : Get the output
1926 run : echo "The result was ${{ steps.ask.outputs.result }}"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branding:
66 icon : ' activity'
77 color : ' blue'
88inputs :
9- exec : # id of input
9+ command : # id of input
1010 description : ' Command to execute'
1111 required : true
1212 default : ' ask --version'
@@ -16,3 +16,5 @@ outputs:
1616runs :
1717 using : ' docker'
1818 image : ' ./.github/action/Dockerfile'
19+ args :
20+ - ${{ inputs.command }}
You can’t perform that action at this time.
0 commit comments