From 6d28220bdfddff66335d796230aceafe74ca71fc Mon Sep 17 00:00:00 2001 From: EliSauder <24995216+EliSauder@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:27:24 -0700 Subject: [PATCH] ci: better names for secret and commit message --- .github/workflows/build-microzig.yml | 2 +- .github/workflows/publish-microzig.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-microzig.yml b/.github/workflows/build-microzig.yml index 72929f0e..92f29bca 100644 --- a/.github/workflows/build-microzig.yml +++ b/.github/workflows/build-microzig.yml @@ -74,7 +74,7 @@ jobs: run: | git config user.name "$(git log -1 --pretty=format:'%an')" git config user.email "$(git log -1 --pretty=format:'%ae')" - git commit --author "ZEG Github Action <>" -m "feat: added commit file" --allow-empty + git commit --author "ZEG Github Action <>" -m "chore: commit for zig master build ci" --allow-empty git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-microzig.yml b/.github/workflows/publish-microzig.yml index ed4097e8..b9dff1cf 100644 --- a/.github/workflows/publish-microzig.yml +++ b/.github/workflows/publish-microzig.yml @@ -32,7 +32,7 @@ jobs: github-artifact-name: microzig-build source-path: / secrets: - target-path: ${{ secrets.ROOT_DATA_PATH }} + target-path: ${{ secrets.DEPLOY_ROOT_DATA_PATH }} ssh-key: ${{ secrets.DEPLOY_PRIVATE_KEY }} host: ${{ secrets.DEPLOY_HOST }} port: ${{ secrets.DEPLOY_PORT }}