Skip to content

Commit

Permalink
removed push-action, not allowed by IBM in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayman Naji committed Jan 9, 2024
1 parent b881eee commit 1cc3621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/traffic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add -A
git diff-index --quiet HEAD || (git commit -a -m "daily traffic data uploaded" --allow-empty)
git diff-index --quiet HEAD || (git commit -a -m "daily traffic data uploaded" --allow-empty)

0 comments on commit 1cc3621

Please sign in to comment.