Skip to content

Commit

Permalink
To revert before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Mar 5, 2024
1 parent 70374db commit c2ac59f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tech_radar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,8 @@ jobs:
if [ `git ls-files -m | wc -l` -gt 0 ]; then
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -b github-actions/update_tech_radar_$(date +"%Y-%m-%d")
git add public/techRadar/used_languages.md
git add public/techRadar/used_dependencies.md
git commit -m "Update Tech Radar $(date +"%Y-%m-%d")"
git push
gh pr create --fill
fi

0 comments on commit c2ac59f

Please sign in to comment.