Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 577c039 commit 3a37911
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/read-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Example:
<!--- @@inject: ../../.github/workflows/example-read-file.yaml --->

````````````yaml
name: '📗 Example Set Output'
name: '📗 Example Read File'

on:
workflow_dispatch:
Expand All @@ -19,10 +19,14 @@ jobs:
run-example:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Read a File
id: read-file
uses: ./public/read-file
uses: streetsidesoftware/actions/public/read-file@v1
with:
# Relative to the root of the repository
path: 'README.md'

- name: Summary
Expand Down

0 comments on commit 3a37911

Please sign in to comment.