Skip to content

Commit

Permalink
Update CI and content (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Apr 17, 2024
1 parent 8021acc commit bef0123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate_content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
update-versions:
update-content:
runs-on: ubuntu-latest

steps:
Expand All @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion repository_list.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
tungbq/AWSHub
tungbq/devops-basics
tungbq/AWSHub
tungbq/devops-toolkit
tungbq/devops-project
tungbq/aws-lab-with-terraform
tungbq/awesome-workflow
tungbq/k8sHub
tungbq/Azure-DevOps-Pipeline
tungbq/find-github-issue
tungbq/challenges

0 comments on commit bef0123

Please sign in to comment.