Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenskymavis committed Aug 22, 2024
1 parent d366dc2 commit 7a051c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create-storage-change-log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ 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 7a051c4

Please sign in to comment.