Skip to content

Commit

Permalink
debuggin
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Mar 14, 2023
1 parent 03fb837 commit fc08698
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/aws-user-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,21 @@ on:
- 'galaxy.yml'

jobs:
update-variable:
uses: abikouo/github_actions/.github/workflows/update_aws_user_agent.yml@automate_aws_user_agent_variable
pr_updater:
runs-on: ubuntu-latest
steps:
- name: Checkout PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr checkout ${{ github.event.pull_request.number }}

- name: made some change to the pull request
run: |
echo "new content to my file" >> galaxy.yml
git commit -am "apply galaxy.yml changes"
shell: bash

- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push

0 comments on commit fc08698

Please sign in to comment.