We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d7802 commit 58593bdCopy full SHA for 58593bd
action.yaml
@@ -40,7 +40,7 @@ runs:
40
echo "REPO_ID=$(echo -n ${{ github.repository }} | base64 -w0)" >> $GITHUB_ENV
41
42
# Workflow details
43
- echo "WORKFLOW_DETAILS=$(echo -n \"${{ github.run_id }}:${{ github.run_number }}:${{ github.sha }}\" | base64 -w0)" >> $GITHUB_ENV
+ echo "WORKFLOW_DETAILS=$(echo -n ${{ github.run_id }}:${{ github.run_number }}:${{ github.sha }} | base64 -w0)" >> $GITHUB_ENV
44
45
- name: Setup node
46
uses: actions/setup-node@v3
0 commit comments