Fix github actions deprecations warnings (#10575)
This commit is contained in:
committed by
GitHub
parent
7cd86231b4
commit
9c19cd48fe
2
.github/workflows/element-web.yaml
vendored
2
.github/workflows/element-web.yaml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
JSSDK_SHA=$(git -C matrix-js-sdk rev-parse --short=12 HEAD)
|
||||
REACT_SHA=$(git rev-parse --short=12 HEAD)
|
||||
VECTOR_SHA=$(git -C element-web rev-parse --short=12 HEAD)
|
||||
echo "::set-output name=VERSION::$VECTOR_SHA-react-$REACT_SHA-js-$JSSDK_SHA"
|
||||
echo "VERSION=$VECTOR_SHA-react-$REACT_SHA-js-$JSSDK_SHA" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Copy config
|
||||
run: cp element.io/develop/config.json config.json
|
||||
|
||||
Reference in New Issue
Block a user