Use environment file to set environment variables.
This commit is contained in:
4
.github/workflows/rapier-ci-bench.yml
vendored
4
.github/workflows/rapier-ci-bench.yml
vendored
@@ -24,8 +24,8 @@ jobs:
|
|||||||
- name: Find commit SHA
|
- name: Find commit SHA
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
run: |
|
||||||
echo "::set-env name=BENCHBOT_TARGET_COMMIT::$BENCHBOT_SHA"
|
echo "BENCHBOT_TARGET_COMMIT=$BENCHBOT_SHA" >> $GITHUB_ENV
|
||||||
echo "::set-env name=BENCHBOT_OTHER_BACKENDS::true"
|
echo "BENCHBOT_OTHER_BACKENDS=true" >> $GITHUB_ENV
|
||||||
- name: Send 3D bench message
|
- name: Send 3D bench message
|
||||||
shell: bash
|
shell: bash
|
||||||
run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS
|
run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS
|
||||||
|
|||||||
Reference in New Issue
Block a user