coba
Some checks failed
eleventy / build (push) Failing after 22s

This commit is contained in:
rizaldy 2024-02-13 10:49:23 +07:00
parent 74d2fe5292
commit 11e10eb829

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)" >> $LAST_COMMIT
- name: Build
uses: TartanLlama/actions-eleventy@master
env: