diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index db15df3..0e95b7f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -8,5 +8,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: kentaro-m/auto-assign-action@v1.2.5 - with: + # with: # configuration-path: '.github/some_name_for_configs.yml' # Only needed if you use something other than .github/auto_assign.yml \ No newline at end of file diff --git a/kimyeonsup/Test.java b/kimyeonsup/Test.java index 2cf2117..f0c374b 100644 --- a/kimyeonsup/Test.java +++ b/kimyeonsup/Test.java @@ -2,6 +2,6 @@ public class Test { public static void main(String[] args) { - System.out.println(""); + System.out.println("테스트"); } } \ No newline at end of file