Skip to content

Commit 4285c8f

Browse files
committed
f
1 parent 29f422c commit 4285c8f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/nightly-emscripten.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ env:
99
TARGET_BRANCH: gh-pages
1010
COMMITTER_NAME: emscripten nightly action
1111
COMMITTER_EMAIL: builds@argot.org
12-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1312

1413
jobs:
1514
build-emscripten-nightly:

.github/workflows/t-bytecode-compare.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474

7575
- uses: actions/checkout@v4
7676
with:
77-
repository: 'argotorg/solidity'
77+
repository: 'r0qs/solidity'
78+
ref: 'test'
7879
path: 'solidity/'
7980
# bytecode_reports_for_modified_binaries.sh requires access to a working copy with full history
8081
fetch-depth: 0
@@ -126,7 +127,8 @@ jobs:
126127
steps:
127128
- uses: actions/checkout@v4
128129
with:
129-
repository: 'argotorg/solidity'
130+
repository: 'r0qs/solidity'
131+
ref: 'test'
130132
path: 'solidity/'
131133
submodules: 'recursive'
132134

0 commit comments

Comments
 (0)