From 84cc1bc65fba368cb37de41c02ed845007a02184 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Mon, 28 Oct 2024 12:23:29 +0900 Subject: [PATCH 01/24] edit repository --- .github/workflows/ch1_condition_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch1_condition_1.yml b/.github/workflows/ch1_condition_1.yml index 6bf12f2..21ec730 100644 --- a/.github/workflows/ch1_condition_1.yml +++ b/.github/workflows/ch1_condition_1.yml @@ -3,7 +3,7 @@ on: workflow_dispatch jobs: build: - if: github.repository == 'jihyungSong/github-action-course' + if: github.repository == 'ParkJaeyun94/github-action-course' runs-on: ubuntu-latest steps: - name: Step 1 From 407cad6f4d0d0cb08d337ec6c9dc7e2dab94cbf1 Mon Sep 17 00:00:00 2001 From: JaeYun <69338643+ParkJaeyun94@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:27:19 +0900 Subject: [PATCH 02/24] Update ch1_condition_1.yml --- .github/workflows/ch1_condition_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch1_condition_1.yml b/.github/workflows/ch1_condition_1.yml index 21ec730..e9e5c72 100644 --- a/.github/workflows/ch1_condition_1.yml +++ b/.github/workflows/ch1_condition_1.yml @@ -10,7 +10,7 @@ run: | echo "Run Step 1, Say Hello" - name: Step 2 - if: github.event_name == 'xxxxxxx' + if: github.event_name == 'workflow_dispatch' run: | echo "Run Step 2, Say Hello" From 2c4433daaea6d8cd1c464e08a14a77c57d411845 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Wed, 13 Nov 2024 12:40:59 +0900 Subject: [PATCH 03/24] edit repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55e05b5..f4d8da1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # github-action-course -This is Test +This is Test2 From 8510b698b0f4e8bcb437bd7048107ee69709c4ee Mon Sep 17 00:00:00 2001 From: jaeyun Date: Wed, 13 Nov 2024 16:33:37 +0900 Subject: [PATCH 04/24] edit repository --- .github/workflows/ch4_aws_credential_oidc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch4_aws_credential_oidc.yml b/.github/workflows/ch4_aws_credential_oidc.yml index 5667493..2adf13d 100644 --- a/.github/workflows/ch4_aws_credential_oidc.yml +++ b/.github/workflows/ch4_aws_credential_oidc.yml @@ -17,7 +17,7 @@ jobs: - name: Setup AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-region: us-east-1 + aws-region: ap-northeast-2 role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }} role-duration-seconds: 900 - name: Upload File to AWS S3 From d8b240d680671227db02808a7ad6ff7f3f18b329 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Wed, 13 Nov 2024 16:37:18 +0900 Subject: [PATCH 05/24] edit repository --- .github/workflows/ch4_aws_credential_oidc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch4_aws_credential_oidc.yml b/.github/workflows/ch4_aws_credential_oidc.yml index 2adf13d..5667493 100644 --- a/.github/workflows/ch4_aws_credential_oidc.yml +++ b/.github/workflows/ch4_aws_credential_oidc.yml @@ -17,7 +17,7 @@ jobs: - name: Setup AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-region: ap-northeast-2 + aws-region: us-east-1 role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }} role-duration-seconds: 900 - name: Upload File to AWS S3 From e8e10ae9ce7fc8209b014e44dbaa2a4f49fa07f9 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Wed, 13 Nov 2024 17:35:01 +0900 Subject: [PATCH 06/24] edit repository --- .../workflows/ch4_google_cloud_credential_service_account.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch4_google_cloud_credential_service_account.yml b/.github/workflows/ch4_google_cloud_credential_service_account.yml index 31876f7..d968c8c 100644 --- a/.github/workflows/ch4_google_cloud_credential_service_account.yml +++ b/.github/workflows/ch4_google_cloud_credential_service_account.yml @@ -22,7 +22,7 @@ uses: google-github-actions/upload-cloud-storage@v1 with: path: ./build.txt - destination: githubaction-test-01/ + destination: githubaction-test-001/ process_gcloudignore: false - name: Notice when a build finishes if: always() From 541f666ea0805f1e6955f2ff63036ba0a22aa655 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 11:16:49 +0900 Subject: [PATCH 07/24] edit repository --- .github/workflows/ch4_google_cloud_credential_oidc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch4_google_cloud_credential_oidc.yml b/.github/workflows/ch4_google_cloud_credential_oidc.yml index 6f2d8c2..864b56d 100644 --- a/.github/workflows/ch4_google_cloud_credential_oidc.yml +++ b/.github/workflows/ch4_google_cloud_credential_oidc.yml @@ -23,7 +23,7 @@ uses: google-github-actions/upload-cloud-storage@v1 with: path: ./build.txt - destination: githubaction-test-01/ + destination: githubaction-test-001/ process_gcloudignore: false - name: Notice when a build finishes if: always() From dbd22fbb24657098174810ccbd0fcb422b1c09dd Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 11:45:29 +0900 Subject: [PATCH 08/24] edit repository --- .github/workflows/ch5_java_gradle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch5_java_gradle.yaml b/.github/workflows/ch5_java_gradle.yaml index ab5ac51..879cbb6 100644 --- a/.github/workflows/ch5_java_gradle.yaml +++ b/.github/workflows/ch5_java_gradle.yaml @@ -21,7 +21,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Archive build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: java-build-artifacts path: app/build/libs From 769fa128bc4116fb7ff8bab45ff40234f71ec4ae Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 11:52:35 +0900 Subject: [PATCH 09/24] edit repository --- .github/workflows/ch5_java_gradle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch5_java_gradle.yaml b/.github/workflows/ch5_java_gradle.yaml index 879cbb6..86a53de 100644 --- a/.github/workflows/ch5_java_gradle.yaml +++ b/.github/workflows/ch5_java_gradle.yaml @@ -34,7 +34,7 @@ jobs: id-token: write steps: - name: Download build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: java-build-artifacts - name: Setup AWS Credentials From 893cac716228c3b7afdb674af5ad587752542e0c Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 13:21:36 +0900 Subject: [PATCH 10/24] edit repository --- build_sample/js/humancat/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_sample/js/humancat/package.json b/build_sample/js/humancat/package.json index 28bfcfe..a5ead5a 100644 --- a/build_sample/js/humancat/package.json +++ b/build_sample/js/humancat/package.json @@ -7,17 +7,17 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jihyungSong/github-action-course.git" + "url": "git+https://github.com/ParkJaeyun94/github-action-course.git" }, "keywords": [ "human", "cat", "humancat" ], - "author": "jihyungSong", + "author": "ParkJaeyun94", "license": "ISC", "bugs": { - "url": "https://github.com/jihyungSong/github-action-course/issues" + "url": "https://github.com/ParkJaeyun94/github-action-course/issues" }, - "homepage": "https://github.com/jihyungSong/github-action-course#readme" + "homepage": "https://github.com/ParkJaeyun94/github-action-course#readme" } From bc3a6c84c7ab69934e58e8213076cd14a4ee3c8a Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 14:49:40 +0900 Subject: [PATCH 11/24] edit repository --- .github/workflows/ch5_js_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ch5_js_build.yaml b/.github/workflows/ch5_js_build.yaml index 64f8359..d4a1a23 100644 --- a/.github/workflows/ch5_js_build.yaml +++ b/.github/workflows/ch5_js_build.yaml @@ -16,6 +16,7 @@ jobs: with: node-version: '18.x' registry-url: 'https://registry.npmjs.org/' + scope: "@ParkJaeyun94" - name: Install dependencies run: npm install - name: Publish From eaa1fb2c61a39417cf6eb9ccbc864c162ac24629 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 14:50:16 +0900 Subject: [PATCH 12/24] edit repository --- .github/workflows/ch5_js_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch5_js_build.yaml b/.github/workflows/ch5_js_build.yaml index d4a1a23..83caefc 100644 --- a/.github/workflows/ch5_js_build.yaml +++ b/.github/workflows/ch5_js_build.yaml @@ -16,7 +16,7 @@ jobs: with: node-version: '18.x' registry-url: 'https://registry.npmjs.org/' - scope: "@ParkJaeyun94" + scope: "@jaeyun" - name: Install dependencies run: npm install - name: Publish From f17a227c87dce7200285a557cee9dd314b86f471 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 14:55:33 +0900 Subject: [PATCH 13/24] edit repository --- .github/workflows/ch5_js_build.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ch5_js_build.yaml b/.github/workflows/ch5_js_build.yaml index 83caefc..8b14583 100644 --- a/.github/workflows/ch5_js_build.yaml +++ b/.github/workflows/ch5_js_build.yaml @@ -12,11 +12,10 @@ jobs: run: | mv build_sample/js/humancat/* ./ - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org/' - scope: "@jaeyun" - name: Install dependencies run: npm install - name: Publish From 16f36ccd51696dfbd90d62b1e720685ef6daec7f Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 14:57:06 +0900 Subject: [PATCH 14/24] edit repository --- .github/workflows/ch5_js_build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ch5_js_build.yaml b/.github/workflows/ch5_js_build.yaml index 8b14583..c89eeb7 100644 --- a/.github/workflows/ch5_js_build.yaml +++ b/.github/workflows/ch5_js_build.yaml @@ -15,7 +15,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20.x' - registry-url: 'https://registry.npmjs.org/' + registry-url: 'https://registry.npmjs.org' + scope: '@jaeyun' - name: Install dependencies run: npm install - name: Publish From 53d913913947dfeb609e2a177330a9f9d20c0c95 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 14:59:20 +0900 Subject: [PATCH 15/24] edit repository --- .github/workflows/ch5_js_build.yaml | 5 ++--- build_sample/js/humancat/package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ch5_js_build.yaml b/.github/workflows/ch5_js_build.yaml index c89eeb7..76e4d45 100644 --- a/.github/workflows/ch5_js_build.yaml +++ b/.github/workflows/ch5_js_build.yaml @@ -12,11 +12,10 @@ jobs: run: | mv build_sample/js/humancat/* ./ - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: - node-version: '20.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - scope: '@jaeyun' - name: Install dependencies run: npm install - name: Publish diff --git a/build_sample/js/humancat/package.json b/build_sample/js/humancat/package.json index a5ead5a..7628ab6 100644 --- a/build_sample/js/humancat/package.json +++ b/build_sample/js/humancat/package.json @@ -1,5 +1,5 @@ { - "name": "humancat", + "name": "@jaeyun/humancat", "version": "0.0.8", "description": "GitHub Action Build Sample", "scripts": { From f1ef05fcebf4103eeb3c0080e4e419dfefaa97e6 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 15:01:02 +0900 Subject: [PATCH 16/24] edit repository --- build_sample/js/humancat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sample/js/humancat/package.json b/build_sample/js/humancat/package.json index 7628ab6..a843171 100644 --- a/build_sample/js/humancat/package.json +++ b/build_sample/js/humancat/package.json @@ -1,5 +1,5 @@ { - "name": "@jaeyun/humancat", + "name": "humancat2", "version": "0.0.8", "description": "GitHub Action Build Sample", "scripts": { From b596c369475159c8885fdf93754d3a130f58ccff Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 15:33:31 +0900 Subject: [PATCH 17/24] edit repository --- build_sample/python/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_sample/python/setup.py b/build_sample/python/setup.py index bc171c6..c932be8 100644 --- a/build_sample/python/setup.py +++ b/build_sample/python/setup.py @@ -4,9 +4,9 @@ name='humancat', version='0.0.5', description='GitHub Action Build Test Sample', - author='jihyungSong', - author_email='bluese05@gmail.com', - url='https://github.com/jihyungSong/github-action-course', + author='jaeyun', + author_email='imjyp2727@gmail.com', + url='https://github.com/ParkJaeyun94/github-action-course', install_requires=[], packages=find_packages(exclude=[]), keywords=['sample', 'cat', 'human', 'humancat'], From b5cb29ac1894ad183029ec557b3149dd7d59956e Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 15:35:51 +0900 Subject: [PATCH 18/24] edit repository --- build_sample/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sample/python/setup.py b/build_sample/python/setup.py index c932be8..eef9eb1 100644 --- a/build_sample/python/setup.py +++ b/build_sample/python/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup( - name='humancat', + name='humancat2', version='0.0.5', description='GitHub Action Build Test Sample', author='jaeyun', From 9948d8f73aef78ef46f6e8173963232e659e503b Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 15:56:28 +0900 Subject: [PATCH 19/24] edit repository --- .github/workflows/ch5_go_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch5_go_build.yaml b/.github/workflows/ch5_go_build.yaml index 62f86cb..a8fff02 100644 --- a/.github/workflows/ch5_go_build.yaml +++ b/.github/workflows/ch5_go_build.yaml @@ -32,7 +32,7 @@ jobs: - name: Setup AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: - aws-region: us-east-1 + aws-region: ap-northeast-2 role-to-assume: ${{ secrets.AWS_ASSUME_ROLE_ARN }} role-duration-seconds: 3600 - name: make s3 folders each platform From fe9706bb72125eef6b7622f0071c3562725c2252 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 16:08:18 +0900 Subject: [PATCH 20/24] edit repository --- .github/workflows/ch5_go_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ch5_go_build.yaml b/.github/workflows/ch5_go_build.yaml index a8fff02..0e198a0 100644 --- a/.github/workflows/ch5_go_build.yaml +++ b/.github/workflows/ch5_go_build.yaml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} + architecture: x86 - name: Check linting run: | go fmt ./... From 2ea99b83326acebbd479aa00aaccdd5c2faaddba Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 16:09:25 +0900 Subject: [PATCH 21/24] edit repository --- .github/workflows/ch5_go_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch5_go_build.yaml b/.github/workflows/ch5_go_build.yaml index 0e198a0..9d8cc26 100644 --- a/.github/workflows/ch5_go_build.yaml +++ b/.github/workflows/ch5_go_build.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-go@v4 with: go-version: ${{ matrix.go-version }} - architecture: x86 + architecture: amd64 - name: Check linting run: | go fmt ./... From 587592aa38a54d6ad8f4d6a9a7a6118e0293f252 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Thu, 14 Nov 2024 16:42:26 +0900 Subject: [PATCH 22/24] edit repository --- build_sample/container_build/pip_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sample/container_build/pip_requirements.txt b/build_sample/container_build/pip_requirements.txt index cdab60c..78e13de 100644 --- a/build_sample/container_build/pip_requirements.txt +++ b/build_sample/container_build/pip_requirements.txt @@ -1,3 +1,3 @@ fastapi uvicorn -humancat \ No newline at end of file +humancat2 \ No newline at end of file From 55962c2564a00ab44d3e2c2320b7c571e5850dbb Mon Sep 17 00:00:00 2001 From: jaeyun Date: Mon, 18 Nov 2024 12:02:04 +0900 Subject: [PATCH 23/24] edit repository --- cache_sample/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/cache_sample/package.json b/cache_sample/package.json index 5733a4a..8404aea 100644 --- a/cache_sample/package.json +++ b/cache_sample/package.json @@ -10,7 +10,6 @@ "license": "ISC", "dependencies": { "express": "^4.18.2", - "humancat": "^0.0.7", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "5.0.0", From 95f4827c70c38087b7e9103c75f0eaa4872c6933 Mon Sep 17 00:00:00 2001 From: jaeyun Date: Mon, 18 Nov 2024 13:09:56 +0900 Subject: [PATCH 24/24] edit repository --- .github/workflows/ch9_my_action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ch9_my_action.yaml b/.github/workflows/ch9_my_action.yaml index 2f7a5c2..8abaee5 100644 --- a/.github/workflows/ch9_my_action.yaml +++ b/.github/workflows/ch9_my_action.yaml @@ -7,7 +7,7 @@ jobs: steps: - name: Humancat action id: generate-humancat - uses: jihyungSong/humancat@v1.0 + uses: ParkJaeyun94/humancat@v1.0 with: human-name: 'Ryan Song' cat-name: 'Haku'