Skip to content

first commit

first commit #18

Workflow file for this run

name: TestRelease
on:
push:
branches: ["main"]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Membuat File
run: "echo 'Nete' > ./txt"
- name: Cek nama Repository
run: echo ${{github.event.repository.name}}
# - name: Upload ke Artefak
# uses: actions/[email protected]
# with:
# name: ${{github.event.repository.name}}