Skip to content

Commit

Permalink
Merge pull request #2 from mumianhua/develop
Browse files Browse the repository at this point in the history
y2
  • Loading branch information
sophiawangTron authored Nov 21, 2023
2 parents fdb0546 + 866949e commit 1cc7374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/pullrequesttarget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
allowForks: true
status: pending
run: |
echo "${{ github.triggering_actor }} does not have permissions on this repo."
echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}"
echo "Job originally triggered by ${{ github.actor }}"
exit 1
- name: Run tests
run: |
echo "n${{ github.actor }}"
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/org/tron/common/utils/ByteArray.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static byte[] fromObject(Object obj) {
objectOutputStream.flush();
bytes = byteArrayOutputStream.toByteArray();
} catch (IOException e) {
logger.error("objectToByteArray ffffailed: " + e.getMessage(), e);
logger.error("objectToByteArray failed: " + e.getMessage(), e);
}
return bytes;
}
Expand Down

0 comments on commit 1cc7374

Please sign in to comment.