File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 uses : schneegans/dynamic-badges-action@v1.0.0
6464 with :
6565 auth : ${{ secrets.GIST_SECRET }}
66- gistID : 10f0b77400703c4a65f38434106adf2d
67- filename : discussion-auto-responder__ ${{ env.BRANCH }}.json
66+ gistID : fce8ce592425f8cc73ea124451808ce3
67+ filename : github-action-base-ts__ ${{ env.BRANCH }}.json
6868 label : Test Coverage
6969 message : ${{ env.COVERAGE }}
7070 color : green
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ function run() {
2323 const token = ( 0 , core_1 . getInput ) ( "GITHUB_TOKEN" ) ;
2424 const input1 = ( 0 , core_1 . getInput ) ( "input1" ) ;
2525 const input2 = ( 0 , core_1 . getInput ) ( "input2" ) ;
26+ yield ( 0 , core_1 . setOutput ) ( "token" , token ) ;
2627 yield ( 0 , core_1 . setOutput ) ( "output1" , input1 ) ;
2728 yield ( 0 , core_1 . setOutput ) ( "output2" , input2 ) ;
2829 } ) ;
You can’t perform that action at this time.
0 commit comments