Skip to content

Commit d851d41

Browse files
committed
Update manual_action_test.yml
1 parent 9a195df commit d851d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual_action_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Manual workflow
66
# or API.
77
on:
88
workflow_dispatch:
9-
9+
1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
1212
# This workflow contains a single job called "greet"
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
app_id: ${{ secrets.GMODNET_GITHUB_BOT_ID }}
2424
private_key: ${{ secrets.GMODNET_GITHUB_BOT_KEY }}
25-
25+
2626
- name: Invoke action
27-
uses: ./
27+
uses: GmodNET/RebaseWorkflowStarterAction@main
2828
with:
2929
token: ${{ steps.generate_token.outputs.token }}
3030
worflow_id: rebase-pr-workflow.yml

0 commit comments

Comments
 (0)