|
34 | 34 | with: |
35 | 35 | path: src/index.ts |
36 | 36 |
|
37 | | - - name: Echo src/index.ts |
| 37 | + - name: Echo (content) src/index.ts |
38 | 38 | run: echo "${{ steps.tsfile.outputs.content }}" |
| 39 | + - name: Echo (size) src/index.ts |
| 40 | + run: echo "${{ steps.tsfile.outputs.size }}" |
| 41 | + - name: Echo (type) src/index.ts |
| 42 | + run: echo "${{ steps.tsfile.outputs.type }}" |
| 43 | + - name: Echo (encoding) src/index.ts |
| 44 | + run: echo "${{ steps.tsfile.outputs.encoding }}" |
| 45 | + - name: Echo (name) src/index.ts |
| 46 | + run: echo "${{ steps.tsfile.outputs.name }}" |
| 47 | + - name: Echo (path) src/index.ts |
| 48 | + run: echo "${{ steps.tsfile.outputs.path }}" |
| 49 | + - name: Echo (sha) src/index.ts |
| 50 | + run: echo "${{ steps.tsfile.outputs.sha }}" |
| 51 | + - name: Echo (url) src/index.ts |
| 52 | + run: echo "${{ steps.tsfile.outputs.url }}" |
| 53 | + - name: Echo (git_url) src/index.ts |
| 54 | + run: echo "${{ steps.tsfile.outputs.git_url }}" |
| 55 | + - name: Echo (html_url) src/index.ts |
| 56 | + run: echo "${{ steps.tsfile.outputs.html_url }}" |
| 57 | + - name: Echo (download_url) src/index.ts |
| 58 | + run: echo "${{ steps.tsfile.outputs.download_url }}" |
| 59 | + - name: Echo (target) src/index.ts |
| 60 | + run: echo "${{ steps.tsfile.outputs.target }}" |
| 61 | + - name: Echo (submodule_git_url) src/index.ts |
| 62 | + run: echo "${{ steps.tsfile.outputs.submodule_git_url }}" |
39 | 63 |
|
40 | 64 | - name: Read README.md(gh-pages) |
41 | 65 | id: ghpages |
|
0 commit comments