Skip to content

Commit 71a58b8

Browse files
committed
fix bash syntax. oops
1 parent 52a412f commit 71a58b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/configure-gentoo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
steps:
1212
- shell: bash
1313
run: |
14-
func oops() {
14+
oops() {
1515
echo "::group::Show config.log"
1616
cat config.log
1717
echo "::endgroup::"

0 commit comments

Comments
 (0)