Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishbijlani authored May 4, 2023
1 parent 30d7802 commit 58593bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
echo "REPO_ID=$(echo -n ${{ github.repository }} | base64 -w0)" >> $GITHUB_ENV
# Workflow details
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
- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 58593bd

Please sign in to comment.