Skip to content

Commit 6040d7f

Browse files
feat: try
1 parent d78b5a2 commit 6040d7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: "!contains(github.event.head_commit.message , 'skip ci')"
1313
steps:
14+
- run: |
15+
echo ${GITHUB_ACTOR}
1416
- { uses: actions/checkout@v4, with: { persist-credentials: false } }
1517
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
1618
- run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)