We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7332a3b + 87bed08 commit e81e78dCopy full SHA for e81e78d
1 file changed
action.yml
@@ -18,7 +18,7 @@ runs:
18
steps:
19
- name: Set Conductor version
20
shell: "bash"
21
- run: echo "CONDUCTOR_ACTION_VERSION=1.5.0" >> $GITHUB_ENV
+ run: echo "CONDUCTOR_ACTION_VERSION=1.5.1" >> $GITHUB_ENV
22
- run: |
23
CONDUCTOR_TOKEN=$(jq -r '.client_payload.composerAuthentication.token' $GITHUB_EVENT_PATH)
24
echo "::add-mask::$CONDUCTOR_TOKEN"
0 commit comments