Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed May 4, 2023
1 parent 9fdedcd commit 19832bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pytest-cache-download/action.yml
Expand Up @@ -36,7 +36,7 @@ runs:
run: |
set +x
echo "all the commands sent to the below script:""
echo "all the commands sent to the below script:"
echo "cache_dir: $GITHUB_WORKSPACE/$CACHE_DIR"
echo "pr_identifier: $GITHUB_REF"
echo "workflow: $WORKFLOW"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pytest-cache-upload/action.yml
Expand Up @@ -40,7 +40,7 @@ runs:
run: |
set +x
echo "all the commands sent to the below script:""
echo "all the commands sent to the below script:"
echo "cache_dir: $GITHUB_WORKSPACE/$CACHE_DIR"
echo "pr_identifier: $GITHUB_REF"
echo "workflow: $WORKFLOW"
Expand Down

0 comments on commit 19832bb

Please sign in to comment.