We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548e74a commit cd2e201Copy full SHA for cd2e201
.github/workflows/ci.yaml
@@ -16,6 +16,7 @@ jobs:
16
checks: write
17
steps:
18
- uses: actions/checkout@v5
19
+ - run: echo "echo oh hi there!" >> "${GITHUB_ENV}"
20
- name: Check schema
21
run: |
22
make generate
0 commit comments