Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ab3a3c7

Browse files
committed
ci: Update update-repo-docs.yml workflow
1 parent fb41108 commit ab3a3c7

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed
Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: doc-resource-updater
1+
name: update-repo-docs
22

33
on:
44
workflow_dispatch:
@@ -7,19 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
10+
1111
jobs:
12-
update-repo-doc-resources:
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- uses: actions/checkout@v2
17-
with:
18-
ref: ${{ github.head_ref }}
19-
20-
- name: Update documentation resources
21-
run: bash doc-resources/update-repo-docs.sh
22-
23-
- uses: stefanzweifel/git-auto-commit-action@v4
24-
with:
25-
commit_message: 'docs: Auto-update documentation resources'
12+
update-repo-docs:
13+
uses: fortify/shared-doc-resources/.github/workflows/update-repo-docs.yml@main

0 commit comments

Comments
 (0)