-
Notifications
You must be signed in to change notification settings - Fork 7
37 lines (32 loc) · 1.04 KB
/
Copy pathpinact.yaml
File metadata and controls
37 lines (32 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Update documented actions
on:
schedule:
- cron: "0 9 * * 1"
timezone: America/Los_Angeles
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
pinact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: suzuki-shunsuke/pinact-action@896d595f299e71d65b9d28349d6956abe144390a # v3.0.0
with:
config: .pinact.yaml
github_token: ${{ github.token }}
skip_push: "true"
update: "true"
- name: Create pull request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
token: ${{ github.token }}
add-paths: docs/aws.md
branch: automation/pinact-docs
delete-branch: true
commit-message: "docs: update pinned actions"
title: "docs: update pinned actions"
body: Automated action updates generated by pinact.