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 0de1d91 commit c823ff4Copy full SHA for c823ff4
.github/workflows/main.yml
@@ -16,6 +16,9 @@ jobs:
16
steps:
17
- name: Checkout Repository
18
uses: actions/checkout@v3
19
+ with:
20
+ repository: fskhri/jeketi-v2
21
+ token: ${{ secrets.TOKEN }}
22
23
- name: Set Up Java
24
uses: actions/setup-java@v3.12.0
@@ -57,12 +60,12 @@ jobs:
57
60
name: "Release v${{ env.UNIQUE_TAG }}"
58
61
body: "Rilis otomatis dari GitHub Actions"
59
62
- - name: Push to jeketi-app Repository
63
+ - name: Checkout jeketi-app Repository
64
65
with:
66
repository: fskhri/jeketi-app
67
token: ${{ secrets.TOKEN }}
-
68
+
69
- name: Copy files to jeketi-app
70
run: |
71
cp -R . ../jeketi-app/
0 commit comments