We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1f8d2 commit a49430eCopy full SHA for a49430e
__tests__/utils.test.ts
@@ -463,7 +463,7 @@ describe('Version Constants', () => {
463
464
it('should return user agent with version', () => {
465
const userAgent = getUserAgent();
466
- expect(userAgent).toBe(`github-action/${ACTION_VERSION}`);
+ expect(userAgent).toMatch(/^github-action\/v\d+\.\d+\.\d+$/);
467
});
468
469
0 commit comments