Просмотр исходного кода

action update - common job - file move

crocandr 3 лет назад
Родитель
Сommit
0e1b350370
2 измененных файлов с 1 добавлено и 1 удалено
  1. 0 0
      .github/workflows/get-latest-url.yml
  2. 1 1
      .github/workflows/main.yml

+ 0 - 0
.github/workflows/get-latest-url/action.yaml → .github/workflows/get-latest-url.yml


+ 1 - 1
.github/workflows/main.yml

@@ -25,7 +25,7 @@ jobs:
     steps:
     steps:
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
       - uses: actions/checkout@v3
       - uses: actions/checkout@v3
-      - uses: ./.github/workflows/get-latest-url
+      - uses: ./.github/workflows/get-latest-url.yml
       # Runs a set of commands using the runners shell
       # Runs a set of commands using the runners shell
       - name: build container - AMD64
       - name: build container - AMD64
         env:
         env: