Skip to content

Commit

Permalink
revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsty authored Oct 27, 2023
1 parent 7dcb67f commit af275b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-robot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Robot Framework
uses: joonvena/[email protected]
with:
robot_options: "-v URL:'${{ env.URL }}' -v TEXT:'${{ env.TEXT }}'"
robot_options: "-v URL:${{ env.URL }} -v TEXT:${{ env.TEXT }}"
- name: Upload test results
uses: actions/upload-artifact@v1
if: always()
Expand Down

0 comments on commit af275b4

Please sign in to comment.