From bef01235df5b9630863df21cd6df8d0aeab69675 Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Wed, 17 Apr 2024 22:25:05 +0700 Subject: [PATCH] Update CI and content (#12) --- .github/workflows/generate_content.yaml | 8 ++++---- repository_list.txt | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate_content.yaml b/.github/workflows/generate_content.yaml index 24867b2..2938948 100644 --- a/.github/workflows/generate_content.yaml +++ b/.github/workflows/generate_content.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - update-versions: + update-content: runs-on: ubuntu-latest steps: @@ -21,15 +21,15 @@ jobs: uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT }} - commit-message: 'core: update tool versions' + commit-message: 'Update table of content' committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' author: '${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>' signoff: false - branch: update-toolkit + branch: update-content branch-suffix: timestamp delete-branch: true base: 'main' - title: 'core: update tool versions' + title: 'Update table of content' body: | Update table of content - Auto-generated by [create-pull-request][1] diff --git a/repository_list.txt b/repository_list.txt index 5c13d42..ddae79e 100644 --- a/repository_list.txt +++ b/repository_list.txt @@ -1,5 +1,5 @@ -tungbq/AWSHub tungbq/devops-basics +tungbq/AWSHub tungbq/devops-toolkit tungbq/devops-project tungbq/aws-lab-with-terraform @@ -7,3 +7,4 @@ tungbq/awesome-workflow tungbq/k8sHub tungbq/Azure-DevOps-Pipeline tungbq/find-github-issue +tungbq/challenges