Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassem Dghaidi committed Dec 4, 2021
1 parent 1c1a3e7 commit 68b2ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if (response.data.number !== ${{ github.event.inputs.PR_number }}) {
throw new Error('Pull request is not open or number is not valid!');
} else {
console.log(\`PR ref: \${response.data.head.ref}\`);
console.log("PR ref: " + response.data.head.ref);
return response.data.head.ref;
}
Expand Down

0 comments on commit 68b2ad9

Please sign in to comment.