Skip to content

Commit

Permalink
debug: test composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
travfu committed Dec 2, 2024
1 parent 3679898 commit 5a7c14e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/composites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,19 @@ jobs:
run: echo $OUTPUT
env:
OUTPUT: ${{ steps.hello.outputs.hello }}

filesystem:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Generate file
shell: bash
run: echo "HELLO WORLD" >> hello.txt

- uses: ./.github/actions/filesystem
with:
filepath: hello.txt

0 comments on commit 5a7c14e

Please sign in to comment.