Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Oct 18, 2023
1 parent f40ec2a commit 5046674
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/reeco_initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y_%m_%d_%H-%M')"

- name: write report file
uses: "DamianReeves/write-file-action@master"
with:
path: reports/${{ steps.date.outputs.date }}_report.json
write-mode: overwrite
contents: "{{ steps.validate_yml.outputs.report }}"

- name: commit and push report
uses: Andro999b/[email protected]
with:
Expand All @@ -115,7 +108,7 @@ jobs:
id: releases_zenodo
run: python releases_zenodo.py
env:
TOKEN: ${{ secrets.MY_TOKEN }}
TOKEN: ${{ github.token }}

- name: write release report file
uses: "DamianReeves/write-file-action@master"
Expand Down

0 comments on commit 5046674

Please sign in to comment.