mirror of
https://github.com/Pablo2048/modbus-rtu-master.git
synced 2025-11-01 08:28:34 +01:00
Identity update
This commit is contained in:
6
.github/workflows/sync-main-to-dev.yml
vendored
6
.github/workflows/sync-main-to-dev.yml
vendored
@@ -13,9 +13,13 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
# Tento token zajišťuje oprávnění k zápisu
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Configure Git user
|
||||
run: |
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
- name: Set executable permissions
|
||||
run: chmod +x ./update_dev.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user