Skip to content

Commit

Permalink
Fix group name
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jun 13, 2021
1 parent 98937c3 commit f2c0cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
- shell: bash
id: init
run: |
echo "::group:init"
echo "::group::init"
mkdir -p "${{ github.action_path }}/data"
git clone --quiet --depth 1 https://github.com/hacs/integration.git "${{ github.action_path }}/hacs" > /dev/null
Expand Down

0 comments on commit f2c0cb2

Please sign in to comment.