diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml new file mode 100644 index 0000000..eae37bd --- /dev/null +++ b/.github/workflows/latest.yml @@ -0,0 +1,43 @@ +name: Update dynamic files + +# When pushing to the master branch +on: + push: + branches: + - master + + +# parameters +env: + TAG: latest + SHIELDS: shields.json + + +# Workflow in ubuntu +jobs: + update: + runs-on: ubuntu-latest + steps: + - name: Get the repository files + uses: actions/checkout@v3 + + - name: Create ${{ env.SHIELDS }} file + run: | + cat <