commit 8741708489b2ca4f9310abd027c578f963810401 parent 3ec717b1380ab476bfad27641c619b7901fc6e63 Author: finwo <finwo@pm.me> Date: Sat, 2 Mar 2024 23:53:18 +0100 Add default repository to action using new structure Diffstat:
| M | action.yml | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/action.yml b/action.yml @@ -5,12 +5,8 @@ runs: using: "composite" steps: - - if: runner.os == 'Linux' - shell: bash + - shell: bash run: | echo "${GITHUB_ACTION_PATH}/dist" >> $GITHUB_PATH - - - if: runner.os == 'Windows' - shell: pwsh - run: | - Join-Path $env:GITHUB_ACTION_PATH "dist" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + dep repository add finwo 'https://github.com/finwo/dep-repository/archive/refs/heads/main.tar.gz' + dep repository update