We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e09b9b commit 6bef141Copy full SHA for 6bef141
.github/workflows/explorer.yaml
@@ -24,9 +24,6 @@ jobs:
24
sed -i 's|apiUrl: .*$|apiUrl: "https://devnet-apac-explorer.workloads.shardeum.org",|' src/config/index.ts
25
sed -i 's|GTM_Id: .*$|GTM_Id: "GTM-xxx",|' src/config/index.ts
26
27
- # Commit the changes
28
- git commit -am "Applied inline patch for config updates"
29
-
30
# Log in to GitHub Container Registry
31
- name: Log in to GitHub Container Registry
32
env:
0 commit comments