Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMN35Johnson authored Mar 29, 2024
1 parent 8de752b commit 3731564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# NAMESPACE_PROD: ${{ secrets.OPENSHIFT_NAMESPACE_PROD }}
# NAMESPACE_NON_PROD: ${{ secrets.OPENSHIFT_TOKEN_NON_PROD }}
run: |
echo ${{steps.fetch-latest-release.outputs.tag_name }}
echo ${{steps.fetch-latest-release.outputs.tag_name }} | sed 's/./& /g'
# echo ${{ secrets.OPENSHIFT_IMAGE_LOCATION }} | sed 's/./& /g'
# echo ${{ secrets.OPENSHIFT_NAMESPACE_PROD }} | sed 's/./& /g'
# echo ${{ secrets.OPENSHIFT_NAMESPACE_NON_PROD }} | sed 's/./& /g'
Expand Down

0 comments on commit 3731564

Please sign in to comment.