Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmbr7 authored Sep 14, 2024
1 parent 6e06013 commit 5ef6a6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger Target Workflow
name: Trigger_UI_File_Update_In_Server_Repo

on:
workflow_dispatch:
Expand All @@ -8,12 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Trigger Workflow in Another Repository
- name: Trigger Workflow in Server Repo
run: |
# Set the required variables
repo_owner="DesignPlain"
repo_name="PlainServer"
event_type="trigger-workflow"
event_type="trigger-ui-file-update-workflow"
curl -L \
-X POST \
Expand Down

0 comments on commit 5ef6a6b

Please sign in to comment.