Skip to content

Commit

Permalink
Update Fix_yaml.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
izzy2fancy authored Mar 17, 2024
1 parent e69b68a commit 0b5ec03
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/Fix_yaml.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Your Workflow

on:
workflow_dispatch
name: Clone and Run Script

on:
workflow_dispatch:

jobs:
your_job:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Run YAML to Github Output Action
id: yaml-output
uses: christian-ci/action-yaml-github-output@v2
uses: actions/checkout@v2
with:
file_path: .github/workflows/Test2.yaml
repository: izzy2fancy/AM2R-Autopatcher-Android # Replace 'owner/repo-name' with the repository you want to clone
ref: main # Replace 'main' with the branch you want to clone

- name: Run Script
run: |
cd AM2R-Autopatcher-Android
bash patcher.sh

0 comments on commit 0b5ec03

Please sign in to comment.