File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
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
Original file line number Diff line number Diff line change 1010
1111jobs :
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 }}
Original file line number Diff line number Diff line change 99
1010jobs :
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
Original file line number Diff line number Diff line change 55
66jobs :
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 :
Original file line number Diff line number Diff line change 77
88jobs :
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 }}
Original file line number Diff line number Diff line change 88
99jobs :
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 }}
Original file line number Diff line number Diff line change 1010
1111jobs :
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 :
Original file line number Diff line number Diff line change 1010
1111jobs :
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 :
You can’t perform that action at this time.
0 commit comments