Skip to content

Add check_java.yml

Add check_java.yml #42

Workflow file for this run

name: GITHUB_ENV
on: push
jobs:
share:
runs-on: ubuntu-latest
steps:
- run: echo "RESULT=Hello" >> "${GITHUB_ENV}"
- run: echo "${RESULT}"