Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 3, 2023
1 parent f944f63 commit d027766
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/composite-actions/setup-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ inputs:
runs:
using: "composite"
steps:
- name: FRS AAA
uses: ./.github/composite-actions/setup-php-with-composer-deps

Check failure on line 15 in .github/composite-actions/setup-cache/action.yml

View workflow job for this annotation

GitHub Actions / Validate YAML

15:13 syntax error: mapping values are not allowed here (syntax)

- name: Get Composer cache directory
id: composer-cache-dir
shell: bash
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: "Setup PHP with Composer deps"

runs:
using: "composite"
steps:
- name: FRS
shell: bash
run: echo "FRS test"

0 comments on commit d027766

Please sign in to comment.