mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
fix
This commit is contained in:
7
.github/workflows/bump-ttymer.yml
vendored
7
.github/workflows/bump-ttymer.yml
vendored
@@ -17,16 +17,13 @@ jobs:
|
|||||||
id: fetch
|
id: fetch
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
result-encoding: json
|
|
||||||
script: |
|
script: |
|
||||||
const release = await github.rest.repos.getLatestRelease({
|
const release = await github.rest.repos.getLatestRelease({
|
||||||
owner: 'darwincereska',
|
owner: 'darwincereska',
|
||||||
repo: 'ttymer'
|
repo: 'ttymer'
|
||||||
});
|
});
|
||||||
return {
|
core.setOutput("version", release.data.tag_name);
|
||||||
version: release.data.tag_name,
|
core.setOutput("url", release.data.tarball_url);
|
||||||
url: release.data.tarball_url
|
|
||||||
};
|
|
||||||
|
|
||||||
- name: Download tarball and compute SHA256
|
- name: Download tarball and compute SHA256
|
||||||
id: compute
|
id: compute
|
||||||
|
|||||||
7
.github/workflows/bump-xswitcher.yml
vendored
7
.github/workflows/bump-xswitcher.yml
vendored
@@ -17,16 +17,13 @@ jobs:
|
|||||||
id: fetch
|
id: fetch
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
result-encoding: json
|
|
||||||
script: |
|
script: |
|
||||||
const release = await github.rest.repos.getLatestRelease({
|
const release = await github.rest.repos.getLatestRelease({
|
||||||
owner: 'darwincereska',
|
owner: 'darwincereska',
|
||||||
repo: 'xswitcher'
|
repo: 'xswitcher'
|
||||||
});
|
});
|
||||||
return {
|
core.setOutput("version", release.data.tag_name);
|
||||||
version: release.data.tag_name,
|
core.setOutput("url", release.data.tarball_url);
|
||||||
url: release.data.tarball_url
|
|
||||||
};
|
|
||||||
|
|
||||||
- name: Download tarball and compute SHA256
|
- name: Download tarball and compute SHA256
|
||||||
id: compute
|
id: compute
|
||||||
|
|||||||
Reference in New Issue
Block a user