We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a195df commit d851d41Copy full SHA for d851d41
.github/workflows/manual_action_test.yml
@@ -6,7 +6,7 @@ name: Manual workflow
6
# or API.
7
on:
8
workflow_dispatch:
9
-
+
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
jobs:
12
# This workflow contains a single job called "greet"
@@ -22,9 +22,9 @@ jobs:
22
with:
23
app_id: ${{ secrets.GMODNET_GITHUB_BOT_ID }}
24
private_key: ${{ secrets.GMODNET_GITHUB_BOT_KEY }}
25
26
- name: Invoke action
27
- uses: ./
+ uses: GmodNET/RebaseWorkflowStarterAction@main
28
29
token: ${{ steps.generate_token.outputs.token }}
30
worflow_id: rebase-pr-workflow.yml
0 commit comments