mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
Merge branch 'mega' into xWide
This commit is contained in:
@@ -112,12 +112,12 @@ jobs:
|
||||
with:
|
||||
result-encoding: string
|
||||
script: |
|
||||
const tagRefObj = await github.git.getRef({
|
||||
const tagRefObj = await github.rest.git.getRef({
|
||||
...context.repo,
|
||||
ref: context.ref.replace('refs/', '')
|
||||
});
|
||||
|
||||
const tagObj = await github.git.getTag({
|
||||
const tagObj = await github.rest.git.getTag({
|
||||
...context.repo,
|
||||
tag_sha: tagRefObj.data.object.sha
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user