Skip to content

Commit 5f7dda3

Browse files
Update hatena/hatenablog-workflows action to v2.0.10
1 parent ff77c2b commit 5f7dda3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/create-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
create-draft:
12-
uses: hatena/hatenablog-workflows/.github/workflows/create-draft.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
12+
uses: hatena/hatenablog-workflows/.github/workflows/create-draft.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1313
with:
1414
title: ${{ github.event.inputs.title }}
1515
draft: true

.github/workflows/initialize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
initialize:
13-
uses: hatena/hatenablog-workflows/.github/workflows/initialize.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
13+
uses: hatena/hatenablog-workflows/.github/workflows/initialize.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1414
with:
1515
is_draft_included: ${{ inputs.is_draft_included }}
1616
BLOG_DOMAIN: ${{ vars.BLOG_DOMAIN }}

.github/workflows/pull-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pull-draft:
12-
uses: hatena/hatenablog-workflows/.github/workflows/pull-draft.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
12+
uses: hatena/hatenablog-workflows/.github/workflows/pull-draft.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1313
with:
1414
title: ${{ github.event.inputs.title }}
1515
draft: true

.github/workflows/pull.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pull:
8-
uses: hatena/hatenablog-workflows/.github/workflows/pull.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
8+
uses: hatena/hatenablog-workflows/.github/workflows/pull.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
99
with:
1010
BLOG_DOMAIN: ${{ vars.BLOG_DOMAIN }}
1111
secrets:

.github/workflows/push-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
push-draft:
10-
uses: hatena/hatenablog-workflows/.github/workflows/push-draft.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
10+
uses: hatena/hatenablog-workflows/.github/workflows/push-draft.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1111
secrets:
1212
OWNER_API_KEY: ${{ secrets.OWNER_API_KEY }}

.github/workflows/push-published-entries.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
push-published-entries:
11-
uses: hatena/hatenablog-workflows/.github/workflows/push-published-entries.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
11+
uses: hatena/hatenablog-workflows/.github/workflows/push-published-entries.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1212
secrets:
1313
OWNER_API_KEY: ${{ secrets.OWNER_API_KEY }}

.github/workflows/push-when-publishing-from-draft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
push-when-publishing-from-draft:
13-
uses: hatena/hatenablog-workflows/.github/workflows/push-when-publishing-from-draft.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
13+
uses: hatena/hatenablog-workflows/.github/workflows/push-when-publishing-from-draft.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1414
with:
1515
BLOG_DOMAIN: ${{ vars.BLOG_DOMAIN }}
1616
secrets:

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
push:
13-
uses: hatena/hatenablog-workflows/.github/workflows/push.yaml@aa2df9dc72675704d8f7291c874a36cc02807955 # v2.0.9
13+
uses: hatena/hatenablog-workflows/.github/workflows/push.yaml@34b59225b977353e671e6f643af6ceae40cba1f2 # v2.0.10
1414
with:
1515
local_root: "entries"
1616
secrets:

0 commit comments

Comments
 (0)