Releases: jaywcjlove/github-action-read-file
v2.0.0
Documentation v2.0.0: https://raw.githack.com/jaywcjlove/github-action-read-file/ec202e3/index.html
Comparing Changes: v1.2.2...v2.0.0
- π chore: bump node16 to node20 4b6b17a @jaywcjlove
- π’ ci: update workflows config. 546dbc9 @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "$\{{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "$\{{ steps.ghpages.outputs.content }}"
v1.2.2
Documentation v1.2.2: https://raw.githack.com/jaywcjlove/github-action-read-file/bfde05a/index.html
Comparing Changes: v1.2.1...v1.2.2
- π’ ci: update workflows config. 22fab4a @jaywcjlove
- π’ ci: update workflows config. 9139468 @jaywcjlove
- π’ ci: update workflows config. ce9b243 @jaywcjlove
- π chore: add sponsor badge. 3ef844f @jaywcjlove
- π chore(deps): update dependency @kkt/ncc to ~1.1.0 (#6) d45d681 @renovate-bot
- π chore(deps): update dependency lint-staged to v15 (#8) 9f0edd9 @renovate-bot
- π fix(deps): update dependency @actions/github to v6 (#7) e1429c3 @renovate-bot
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "$\{{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "$\{{ steps.ghpages.outputs.content }}"
v1.2.1
Documentation v1.2.1: https://raw.githack.com/jaywcjlove/github-action-read-file/9a7c05d/index.html
Comparing Changes: v1.2.0...v1.2.1
- π chore(deps): update devDependencies. c019c20 @jaywcjlove
- π chore: update dist/index.js 98a912a @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "$\{{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "$\{{ steps.ghpages.outputs.content }}"
v1.2.0
Documentation v1.2.0: https://raw.githack.com/jaywcjlove/github-action-read-file/bade1a7/index.html
Comparing Changes: v1.1.2...v1.2.0
- π feat: add localfile input params. 17893a4 @jaywcjlove
- π chore: update workflows config. 6d12d1b @jaywcjlove
- π chore(deps): Update dependency lint-staged to ~13.1.0 (#3) 7f8ff30 @renovate-bot
- π fix: fix content output params. 0f73405 @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "$\{{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "$\{{ steps.ghpages.outputs.content }}"
v1.1.2
Documentation v1.1.2: https://raw.githack.com/jaywcjlove/github-action-read-file/76c7e47/index.html
Comparing Changes: v1.1.1...v1.1.2
- π chore: update workflows config. 880d85b @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "$\{{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "$\{{ steps.ghpages.outputs.content }}"
v1.1.1
Documentation v1.1.1: https://raw.githack.com/jaywcjlove/github-action-read-file/76c7e47/index.html
Comparing Changes: v1.1.0...v1.1.1
- π chore: update workflows config. 0ac0040 @jaywcjlove
- π doc: Update README.md 9f30110 @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "${{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "${{ steps.ghpages.outputs.content }}"
v1.1.0
Documentation v1.1.0: https://raw.githack.com/jaywcjlove/github-action-read-file/59c1051/index.html
Comparing Changes: v1.0.0...v1.1.0
- π chore: update workflows config. e7d44f3 @jaywcjlove
- π feat: output more params. 42754cb @jaywcjlove
- π chore: update workflows config. 18bdcaa @jaywcjlove
- name: Read README.md
id: package
uses: jaywcjlove/github-action-read-file@main
with:
path: package.json
- name: Echo package.json
run: echo "${{ steps.package.outputs.content }}"
Specify the branch to read the file content
- name: Read README.md(gh-pages)
id: ghpages
uses: jaywcjlove/github-action-read-file@main
with:
branch: gh-pages
path: README.md
- name: Echo README.md(gh-pages)
run: echo "${{ steps.ghpages.outputs.content }}"
v1.0.0
released v1.0.0