Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Feb 29, 2024
1 parent e07bc20 commit 45bb0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
console.log('Parsed manifest:', manifest);
const currentVersion = manifest.version;
console.log('Current version:', currentVersion);
const response = await fetch(`https://chromewebstore.google.com/detail/holo-key-manager/${vars.CHROME_ID}`);
const response = await fetch(`https://chromewebstore.google.com/detail/holo-key-manager/${{ vars.CHROME_ID}}`);
const text = await response.text();
console.log('Response text:', text);
const versionPattern = /<div[^>]*>Version<\/div><div[^>]*>(\d+\.\d+\.\d+)<\/div>/;
Expand Down

0 comments on commit 45bb0bc

Please sign in to comment.