Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Apr 16, 2024
1 parent 1bb6b57 commit 7d07bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: github
run: echo ${{ toJSON(github) }})
run: echo "${{ toJSON(github) }}"
- name: GITHUB_EVENT_NAME
run: echo $GITHUB_EVENT_NAME

Expand Down

0 comments on commit 7d07bf8

Please sign in to comment.