Skip to content

Commit

Permalink
Ubah Lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 9, 2024
1 parent 6475e47 commit 35e9a2a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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)

0 comments on commit 35e9a2a

Please sign in to comment.