Skip to content

Commit

Permalink
ci: better names for secret and commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSauder committed Aug 22, 2024
1 parent b9313ab commit 6d28220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-microzig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-microzig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6d28220

Please sign in to comment.