Skip to content

Commit

Permalink
Remove quotes around GITHUB_PATH in e2e (#77)
Browse files Browse the repository at this point in the history
* Remove quotes around GITHUB_PATH in e2e

* add changelog
  • Loading branch information
infiniteregrets authored Oct 15, 2023
1 parent ecf8bf1 commit cecb168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: ${{ inputs.mirrord_release_branch }}
run: |
chmod u+x mirrord
echo "${GITHUB_WORKSPACE}" >> "$GITHUB_PATH"
echo "${GITHUB_WORKSPACE}" >> $GITHUB_PATH
- name: get the latest mirrord binary
if: ${{ !inputs.mirrord_release_branch }}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/+remove-quotes.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove quotes around GITHUB_PATH in e2e

0 comments on commit cecb168

Please sign in to comment.