Skip to content

Commit

Permalink
inspect directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Sep 21, 2023
1 parent 3df6e59 commit fc4ed11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/twios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
git config --global user.email "twios@twios_test_dev.com"
git config --global user.name "TWIOS Dev"
- name: Generate Comment
shell: bash
run: |
GITHUB_PERSONAL_TOKEN=$GITHUB_TOKEN bash bin/this-week.sh comment > comment.txt
GITHUB_PERSONAL_TOKEN=$GITHUB_TOKEN ./bin/this-week.sh comment > comment.txt
- name: Generate TWIOS
run: GITHUB_PERSONAL_TOKEN=$GITHUB_TOKEN bash bin/this-week.sh
shell: bash
run: GITHUB_PERSONAL_TOKEN=$GITHUB_TOKEN ./bin/this-week.sh
- name: Push new TWIOS
run: |
FORMATTED_DATE="$(date +"%Y-%m-%d")"
Expand All @@ -58,9 +60,11 @@ jobs:
git config --global user.email "twios@twios_test_dev.com"
git config --global user.name "TWIOS Dev"
- name: Read PR comment body
shell: bash
run: |
GITHUB_PERSONAL_TOKEN=$GITHUB_TOKEN bash bin/this-week.sh comment --comment="${{ github.event.pull_request.body }}"
- name: Generate TWIOS
shell: bash
run: GITHUB_PERSONAL_TOKEN=$GITHUB_TOKEN bash bin/this-week.sh -edit
- name: Push updated TWIOS
run: |
Expand Down

0 comments on commit fc4ed11

Please sign in to comment.