We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcd8d3 commit 6efeecbCopy full SHA for 6efeecb
.github/workflows/update-architecture-diagram.yml
@@ -39,8 +39,11 @@ jobs:
39
- name: Set up Ruby
40
uses: ruby/setup-ruby@v1
41
with:
42
- ruby-version: '3.1.7'
43
- bundler-cache: false
+ ruby-version: '3.3'
+ bundler-cache: true
44
+
45
+ - name: Install dependencies
46
+ run: bundle install --jobs 4 --retry 3
47
48
- name: Update architecture diagram
49
run: |
@@ -60,6 +63,7 @@ jobs:
60
63
61
64
git config user.name "github-actions[bot]"
62
65
git config user.email "github-actions[bot]@users.noreply.github.com"
66
+ git checkout ${{ github.head_ref || github.ref_name }}
67
git add README.md
68
git commit -m "docs: auto-update architecture diagram [skip ci]"
69
git push
0 commit comments