Skip to content

Commit

Permalink
remove unnecessary url parts in github repo comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 7, 2024
1 parent fe423d3 commit 7e6a229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# This step is only used for testing in the official kangaroo repo
- name: Overwrite Names for release testing and fetch kando webhapp from github
if: ${{ github.repository }} == 'https://github.com/holochain-apps/holochain-kangaroo-electron'
if: ${{ github.repository }} == 'holochain-apps/holochain-kangaroo-electron'
run: |
echo ${{ github.repository }}
echo "overwriting names for release testing"
Expand Down

0 comments on commit 7e6a229

Please sign in to comment.