From 35e9a2a0c6f0008bb31691d5ecca465360e112b8 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Tue, 10 Sep 2024 06:17:58 +0800 Subject: [PATCH] Ubah Lagi --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3da8b27..522e33d 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,19 @@ To run this reusable script, you need to give permissions as in the example in t It's quite simple to use, ```bash +on: + push: + brances: [ main ] + +env: + GITHUB_ACTION: ${{secret.GITHUB_ACTION}} + jobs: - call-workflow-passing-data: - uses: QiubyZ/ReleaseWorkflow/.github/workflows/main.yml@main + build: + runs-on: ubuntu-latest + + steps: + uses: QiubyZ/apk-autorelease@v1 ``` -or you can see how this script is called in the Repository that I have shown in the example [See examples here](https://github.com/QiubyZ/ExecutorService/blob/main/.github/workflows/main.yml) \ No newline at end of file +or you can see how this script is called in the Repository that I have shown in the example [See examples here](https://github.com/QiubyZ/ExecutorService/blob/main/.github/workflows/main.yml)