Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Aug 22, 2024
1 parent caf2325 commit d366dc2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-storage-change-log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ jobs:
- name: Commit and changes
if: steps.check-folder.outputs.storage_delta_exists == 'true'
with:
token: ${{ github.PAT }
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
# git config user.name 'github-actions[bot]'
# git config user.email 'github-actions[bot]@users.noreply.github.com'
git add storage_delta
git commit -m "Add contract layout changes [CI]"
git push origin HEAD:${{ github.head_ref || github.ref_name }}

0 comments on commit d366dc2

Please sign in to comment.