Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaans committed Dec 6, 2023
1 parent dd94cc5 commit ece64e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-widgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: set_replacements
run: |
cd "questverse-widgets/"
echo "replacements=$(jq -r '[to_entries[] | .["find"] = "${" + .key + "}" | .["replace"] = .value | del(.key, .value)]' ../replacements.${ENVIRONMENT}.json | tr -d "\n\r")" >> $GITHUB_OUTPUT
echo "replacements=$(jq -r '[to_entries[] | .["find"] = "${" + .key + "}" | .["replace"] = .value | del(.key, .value)]' replacements.${ENVIRONMENT}.json | tr -d "\n\r")" >> $GITHUB_OUTPUT
- name: Replace placeholders
uses: flcdrg/replace-multiple-action@v1
Expand Down
1 change: 1 addition & 0 deletions questverse-widgets/src/quests-board/pages/Feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const nearQuestVerseWidgetsAccountId =
props.nearQuestVerseWidgetsAccountId ||
(context.widgetSrc ?? "quests.near").split("/", 1)[0];

console.log(`${REPL_QUESTVERSE_CONTRACT}`);
function widget(widgetName, widgetProps, key) {
widgetProps = {
...widgetProps,
Expand Down

0 comments on commit ece64e5

Please sign in to comment.