diff --git a/.github/workflows/weekly-snapsots.yml b/.github/workflows/weekly-snapsots.yml index 9ba4f04c..eb149bba 100644 --- a/.github/workflows/weekly-snapsots.yml +++ b/.github/workflows/weekly-snapsots.yml @@ -8,7 +8,7 @@ on: jobs: snapshots: - name: "Create Snapshots, Upload and Update Manifests" + name: "Sentinel Snapshots" runs-on: ubuntu-latest strategy: @@ -19,6 +19,9 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 + - name: List files in repository + run: ls -al + - name: Get current date id: get-date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" @@ -26,7 +29,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: 21.x + node-version: 20.x - name: Install jq uses: dcarbone/install-jq-action@v2.1.0