Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1b30bcc

Browse files
Rename workflow to call-update-gist
1 parent a4ede84 commit 1b30bcc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: call-update-gist
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
gist_id:
7+
description: 'The ID of the gist to update'
8+
required: true
9+
type: string
10+
file_path:
11+
description: 'Path to the markdown file (.md) with updated content'
12+
required: true
13+
type: string
14+
15+
jobs:
16+
update:
17+
uses: serpapps/.github/.github/workflows/update-gist.yml@main
18+
with:
19+
gist_id: ${{ github.event.inputs.gist_id }}
20+
file_path: ${{ github.event.inputs.file_path }}
21+
secrets:
22+
GH_PAT: ${{ secrets.GH_PAT }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /