coba
All checks were successful
eleventy / build (push) Successful in 10m57s

This commit is contained in:
rizaldy 2024-02-13 10:52:05 +07:00
parent 11e10eb829
commit 229b30ac82

View File

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@master
- id: last_commit
run: echo "git_hash=$(git rev-parse --short $GITHUB_SHA)" >> $LAST_COMMIT
run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
- name: Build
uses: TartanLlama/actions-eleventy@master
env: