@@ -29,8 +29,9 @@ Branch/Commit/Tag from source repository where to get updated GitHub Actions con
2929### ` updated `
3030
3131Is set to ` true ` if one configuration file is changed. Usage:
32- ```
33- - uses: avides/actions-action-configuration-autoupdate@v1.3.0
32+
33+ ``` yaml
34+ - uses : avides/actions-action-configuration-autoupdate@v2.0.0
3435 id : actions_action_configuration_autoupdate
3536 with :
3637 token : ${{ secrets.PAT }}
@@ -43,31 +44,33 @@ Is set to `true` if one configuration file is changed. Usage:
4344` ` `
4445
4546## Example usage
46- ```
47+
48+ ` ` ` yaml
4749- name : action-configuration-autoupdate
48- uses: avides/actions-action-configuration-autoupdate@v1.3 .0
50+ uses : avides/actions-action-configuration-autoupdate@v2.0 .0
4951 with :
5052 token : ${{ secrets.PAT }}
5153 actions-configuration-files : path/to/files/workflow1.yml,path/to/files/workflow2.yml
5254 source-repository : your/workflow-configuration-repository
5355` ` `
5456
5557## Example usage with auto-commit
56- ```
58+
59+ ` ` ` yaml
5760- name : checkout
5861 uses : actions/checkout@v3
5962 with :
6063 ref : ${{ github.head_ref }}
6164 token : ${{ secrets.PAT }}
6265
6366- name : action-configuration-autoupdate
64- uses: avides/actions-action-configuration-autoupdate@v1.3 .0
67+ uses : avides/actions-action-configuration-autoupdate@v2.0 .0
6568 with :
6669 token : ${{ secrets.PAT }}
6770 actions-configuration-files : path/to/files/workflow1.yml,path/to/files/workflow2.yml
6871 source-repository : your/workflow-configuration-repository
6972
70- - uses: stefanzweifel/git-auto-commit-action@v4
73+ - uses : stefanzweifel/git-auto-commit-action@v5
7174 with :
7275 file_pattern : .github/workflows/*.yml
7376 commit_message : Update GitHub Action configuration
0 commit comments