Skip to content

Commit

Permalink
perf: added comments against test code
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 2, 2024
1 parent 260e3df commit d9b005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/github-script@v5
with:
script: |
const tag = ${{github.event.inputs.branch}} ? ${{github.event.inputs.branch}} : 'latest'
const tagName = "${{ github.event.inputs.branch }}" || 'latest';
console.log('Will use tag: ' + tagName);
return tagName;
result-encoding: string
Expand Down

0 comments on commit d9b005e

Please sign in to comment.