We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
steps: - run: echo $PATH
env
允许上下文设置和读取 env 键值,再步骤(Steps)内部之间共享变量
steps: - run: env.firstName=dankun - run: echo ${{ env.firstName }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
变量
获取当前系统环境变量
使用
env
上下文访问环境变量值允许上下文设置和读取 env 键值,再步骤(Steps)内部之间共享变量
The text was updated successfully, but these errors were encountered: