Skip to content

Commit 7e9797e

Browse files
author
builderdev212
committed
actor
1 parent 149a67e commit 7e9797e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cocotb.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
container:
77
image: ghcr.io/builderdev212/cocotb-runner
8-
options: --user root
8+
env:
9+
actor: ${{ github.actor }}
910
steps:
1011
- uses: actions/checkout@v4
12+
- run: ls
1113
- run: pytest
1214
# cocotb:
1315
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)