Skip to content

Commit

Permalink
Update commit to stage new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Anita Caron committed Dec 21, 2021
1 parent b510ea6 commit 6528429
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@ jobs:
run: |
git config --global user.name 'Anita Caron'
git config --global user.email 'anitacaron@users.noreply.github.com'
git commit -am "Automated report"
git add .
git commit -m "Automated report"
git push origin master
# - name: Release
# id: release-snapshot
# uses: actions/create-release@latest
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# tag_name: v${{ steps.date.outputs.date }}
# release_name: ${{ steps.date.outputs.date }}
# body: ASCT+b tables validation
# commitish: master
# draft: false
# prerelease: false
- name: Release
id: release-snapshot
uses: actions/create-release@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.date.outputs.date }}
release_name: ${{ steps.date.outputs.date }}
body: ASCT+b tables validation
commitish: master
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion src/template_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

report_r['Table'] = args.job
report_r = pd.DataFrame.from_dict(report_r)
report_r_path = f"report_relationship_{TODAY}.tsv"
report_r_path = f"../reports/report_relationship_{TODAY}.tsv"

class_template.to_csv(args.output_file, sep=',',
index=False)
Expand Down

0 comments on commit 6528429

Please sign in to comment.