Skip to content

Commit

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

steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: List files in repository
run: ls -al
Expand All @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

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

Expand All @@ -39,10 +39,10 @@ jobs:
id: ipfs_setup

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

- name: Upload Snapshot
run: ./scripts/manageSnapshot.sh -u
run: ./scripts/manageSnapshots.sh -u

- name: Create Pull Request
uses: peter-evans/[email protected]
Expand Down

0 comments on commit 81ab0d0

Please sign in to comment.