Skip to content

Commit 58593bd

Browse files
Update action.yaml
1 parent 30d7802 commit 58593bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
echo "REPO_ID=$(echo -n ${{ github.repository }} | base64 -w0)" >> $GITHUB_ENV
4141
4242
# Workflow details
43-
echo "WORKFLOW_DETAILS=$(echo -n \"${{ github.run_id }}:${{ github.run_number }}:${{ github.sha }}\" | base64 -w0)" >> $GITHUB_ENV
43+
echo "WORKFLOW_DETAILS=$(echo -n ${{ github.run_id }}:${{ github.run_number }}:${{ github.sha }} | base64 -w0)" >> $GITHUB_ENV
4444
4545
- name: Setup node
4646
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)