-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4a18fb
commit 634fd10
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
jobs: | ||
snapshots: | ||
name: "Create Snapshots, Upload and Update Manifests" | ||
name: "Sentinel Snapshots" | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
|
@@ -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] | ||
|