Skip to content

Commit

Permalink
deployment, integration and PR 2 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjwegrzyn authored Sep 9, 2024
1 parent ce089e2 commit 1d7370f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eth_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cp sc_connector.json integration/
- name: Commit changes
run: |
git config --global user.email "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add ui/ integration/
git commit -m "${branch_name}"
Expand Down
2 changes: 1 addition & 1 deletion eth/cyrograf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract Cyrograf {
Background currentBackground;

constructor() {
currentBackground = Background(msg.sender, RGB(200,100,0), RGB(30,20,10));
currentBackground = Background(msg.sender, RGB(200,100,123), RGB(30,20,10));
}

function getBackground() public view returns (Background memory){
Expand Down

0 comments on commit 1d7370f

Please sign in to comment.