Have Questions? 

Namun perlu diingat bahwa contoh di atas hanyalah sebuah ilustrasi sederhana dan mungkin perlu disesuaikan dengan kebutuhan Anda. Anda dapat meningkatkan fungsionalitas sistem absensi karyawan dengan menambahkan integrasi dengan aplikasi lainnya atau membuat sistem yang lebih kompleks.

jobs: absensi: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2

name: Absensi Karyawan

- name: Get commit message id: commit run: | COMMIT=$(git log -1 --pretty=%s) echo "::set-output name=commit::$COMMIT"

- name: Get author name id: author run: | AUTHOR=$(git log -1 --pretty=%an) echo "::set-output name=author::$AUTHOR"

- name: Record attendance run: | curl -X POST \ https://api.github.com/repos/$GITHUB_REPOSITORY/issues \ -H 'Content-Type: application/json' \ -d '"title":"Absensi Karyawan","body":"'$AUTHOR' - '$COMMIT'"' Pada contoh di atas, setiap kali ada perubahan pada branch main , GitHub Actions akan merekam kehadiran karyawan dengan mencatat nama author dan pesan commit. Kemudian, akan dibuat issue baru pada repository dengan judul "Absensi Karyawan" dan isi issue berisi informasi tentang kehadiran karyawan.

Excel VBA Is Fun

We believe Excel is one of the most versatile programs out there - and learning to program and automate it makes you very valuable!

You can prevent wasted time and errors, speed up tasks and become indispensable to your organization. 

See how our trainees have gotten raises, promotions and bonuses using their Excel Automation skills while building real problem-solving programs in Excel!
LEARN MORE
Copyright © 2026 ExcelVbaIsFun
locklaptop-phonerocketlistchevron-down
X

Forgot Password?

Join Us

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram
0