Skip to content

Commit

Permalink
test workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua committed Feb 20, 2024
1 parent 81ab0d0 commit e6c3712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly-snapsots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- 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')"
Expand All @@ -38,6 +35,9 @@ jobs:
uses: ibnesayeed/setup-ipfs@master
id: ipfs_setup

- name: Build Snapshot
run: ./scripts/getSFMetadata.sh

- name: Build Snapshot
run: ./scripts/manageSnapshots.sh -g ${{ matrix.network }}

Expand Down
File renamed without changes.

0 comments on commit e6c3712

Please sign in to comment.