Skip to content

Commit

Permalink
.github/workflows: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Yongxiang Liang <[email protected]>
  • Loading branch information
liangyongxiang committed Jan 15, 2024
1 parent e2a6ad7 commit efdece0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/nvchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
nvchecker --file overlay.toml --keyfile keyfile.toml
echo "::endgroup::"
- name: new version normalization
id: new_ver
run: |
sed -r -i \
-e 's#(\.|-|_)?a([[:digit:]]+)",$#_alpah\2",#' \
-e 's#(\.|-|_)?p([[:digit:]]+)",$#_p\2",#' \
Expand All @@ -62,9 +59,6 @@ jobs:
cat .github/workflows/new_ver.json
- name: nvcmp
id: nvcmp
run: |
echo "::group::nvcmp"
echo "::set-output name=nvcmp::$(nvcmp --file overlay.toml --json --newer)"
echo "::endgroup::"
Expand All @@ -82,7 +76,7 @@ jobs:
uses: actions/github-script@v6
timeout-minutes: 1
env:
pkgs: ${{steps.nvcmp.outputs.nvcmp}}
pkgs: ${{steps.nvchecker.outputs.nvcmp}}
with:
github-token: ${{ secrets.GENTOO_ZH_NVCHECKER_PAT }}
script: |
Expand Down

0 comments on commit efdece0

Please sign in to comment.