Skip to content

Commit

Permalink
Fix syntax skill issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 18, 2024
1 parent 8558a29 commit 44f753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DumprX-crave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
printf '%s' "$GITLAB_TOKEN" >> .gitlab_token
printf '%s' "$GITLAB_GROUP" >> .gitlab_group
printf '%s' "$PRIV_SSH_KEY" >> .~/.ssh/id_rsa
printf '%s' "$PRIV_SSH_KEY" >> ~/.ssh/id_rsa
printf '%s' "$BOT_TOKEN" >> .gitlab_token
printf '%s' "$CHAT_ID" >> .tg_chat
chmod 600 ~/.ssh/id_rsa
Expand Down

0 comments on commit 44f753d

Please sign in to comment.