mirror of
https://code.forgejo.org/docker/metadata-action.git
synced 2025-06-27 21:05:53 +00:00
feat: add variable commit_date
Signed-off-by: Trim21 <trim21.me@gmail.com>
This commit is contained in:
parent
44d81d6d2a
commit
526d40319b
9 changed files with 246 additions and 27 deletions
|
@ -204,4 +204,6 @@ export const context = {
|
|||
}
|
||||
};
|
||||
|
||||
export const getOctokit = jest.fn();
|
||||
export const getOctokit = jest.fn(() => ({
|
||||
request: () => Promise.resolve({data: {committer: {date: '2024-11-13T13:42:28Z'}}})
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue