Skip to content

Commit

Permalink
issue #4: add username and email
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Dec 15, 2023
1 parent c1bd8ee commit 3a215cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
required: true
type: number

permissions:
contents: write

jobs:
lint-test:
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:

- name: Push new file
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git checkout -b ${{ env.GIT_BRANCH_NAME }}
git add .github/workflows/gcp-deployment.yml
git commit -m "Update threshold"
Expand Down

0 comments on commit 3a215cb

Please sign in to comment.