Skip to content

Commit 18bdcaa

Browse files
committed
chore: update workflows config.
1 parent 42754cb commit 18bdcaa

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

.github/workflows/ci.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,32 @@ jobs:
3434
with:
3535
path: src/index.ts
3636

37-
- name: Echo src/index.ts
37+
- name: Echo (content) src/index.ts
3838
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 }}"
3963

4064
- name: Read README.md(gh-pages)
4165
id: ghpages

0 commit comments

Comments
 (0)