Skip to content

Commit

Permalink
test workflow 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Feb 20, 2024
1 parent e4a18fb commit 634fd10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/weekly-snapsots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
snapshots:
name: "Create Snapshots, Upload and Update Manifests"
name: "Sentinel Snapshots"
runs-on: ubuntu-latest

strategy:
Expand All @@ -19,14 +19,17 @@ 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')"

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 21.x
node-version: 20.x

- name: Install jq
uses: dcarbone/[email protected]
Expand Down

0 comments on commit 634fd10

Please sign in to comment.