This commit is contained in:
@@ -5,17 +5,14 @@ on:
|
|||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get code
|
- name: Get code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Get build artifacts
|
- name: Try to run Custom Docker Action (Print Fibonacci)
|
||||||
uses: actions/download-artifact@v3
|
id: fibo
|
||||||
|
uses: https://gitea.coursow.de/Test-Playground/actions-custom-docker@master
|
||||||
with:
|
with:
|
||||||
name: dist-files
|
iterations: 7
|
||||||
path: ./dist
|
- name: Show last printed Number
|
||||||
- name: Output contents
|
run: echo "Last printed Number in previous Step was ${{ steps.fibo.outputs.lastNumber }}"
|
||||||
run: ls
|
|
||||||
- name: Deploy site
|
|
||||||
run: echo 1
|
|
||||||
Reference in New Issue
Block a user