Skip to content

Releases: jaywcjlove/github-action-read-file

v2.0.0

23 Feb 07:51
Compare
Choose a tag to compare

Buy me a coffee
Documentation v2.0.0: https://raw.githack.com/jaywcjlove/github-action-read-file/ec202e3/index.html
Comparing Changes: v1.2.2...v2.0.0

- 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

25 Nov 12:37
Compare
Choose a tag to compare

Buy me a coffee
Documentation v1.2.2: https://raw.githack.com/jaywcjlove/github-action-read-file/bfde05a/index.html
Comparing Changes: v1.2.1...v1.2.2

- 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

23 Feb 05:56
Compare
Choose a tag to compare

Documentation v1.2.1: https://raw.githack.com/jaywcjlove/github-action-read-file/9a7c05d/index.html
Comparing Changes: v1.2.0...v1.2.1

- 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

09 Dec 05:36
Compare
Choose a tag to compare

Documentation v1.2.0: https://raw.githack.com/jaywcjlove/github-action-read-file/bade1a7/index.html
Comparing Changes: v1.1.2...v1.2.0

- 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

30 Nov 07:48
Compare
Choose a tag to compare

Documentation v1.1.2: https://raw.githack.com/jaywcjlove/github-action-read-file/76c7e47/index.html
Comparing Changes: v1.1.1...v1.1.2

- 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

30 Nov 07:44
Compare
Choose a tag to compare

Documentation v1.1.1: https://raw.githack.com/jaywcjlove/github-action-read-file/76c7e47/index.html
Comparing Changes: v1.1.0...v1.1.1

- 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

30 Nov 07:37
Compare
Choose a tag to compare

Documentation v1.1.0: https://raw.githack.com/jaywcjlove/github-action-read-file/59c1051/index.html
Comparing Changes: v1.0.0...v1.1.0

- 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

30 Nov 07:03
Compare
Choose a tag to compare
released v1.0.0