Skip to content

Commit

Permalink
Updated the user setup script path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Apr 30, 2021
1 parent 15757e8 commit 4c1a749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 181 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/today.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_PUB: ${{ secrets.SSH_PUB }}
run: |
/bin/bash <(/bin/curl -s https://raw.githubusercontent.com/trueChristian/daily_light/master/src/setGithubUser.sh) --gpg-key "$GPG_KEY" --gpg-user "$GPG_USER" --ssh-key "$SSH_KEY" --ssh-pub "$SSH_PUB" --git-user "$GIT_USER" --git-email "$GIT_EMAIL"
/bin/bash <(/bin/curl -s https://raw.githubusercontent.com/vdm-io/github-user/master/src/setup.sh) --gpg-key "$GPG_KEY" --gpg-user "$GPG_USER" --ssh-key "$SSH_KEY" --ssh-pub "$SSH_PUB" --git-user "$GIT_USER" --git-email "$GIT_EMAIL"
- name: Clone Master Repositry
run: |
/bin/git clone [email protected]:trueChristian/daily_light.git daily_light
/bin/git clone [email protected]:trueChristian/daily-light.git daily_light
- name: Build the Daily Light
run: |
cd daily_light
Expand Down
179 changes: 0 additions & 179 deletions src/setGithubUser.sh

This file was deleted.

0 comments on commit 4c1a749

Please sign in to comment.