Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Dec 23, 2023
1 parent 824dfcc commit 8e2d22c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ "main" ]

#Tindakan yang akan dilkukan atau yang akan di kerjakan dalam workflow ini

jobs:
#Menetapkan mesin virtual untuk mengerjakan proses
build:
Expand All @@ -30,7 +31,7 @@ jobs:
- name: Membuat File
run: "echo 'Hello World' > ${{env.FILE_OUTPUT}}"

- name: Mengambil Nama Repository
- name: Cuma cek Nama Repository
run: echo ${{env.NAMA_REPO}}

- name: Upload ke Artefak dengan nama dan file yang telah di tentukan
Expand Down

0 comments on commit 8e2d22c

Please sign in to comment.