Skip to content

Commit

Permalink
[TEST] Downstream Job
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmBhandal committed Sep 5, 2023
1 parent ccfbe0e commit 1d3b96d
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/contributing_update_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ jobs:
update-contributing:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Create blah.txt
run: echo "This is some content" > blah.txt
shell: bash
working-directory: ${{ github.workspace }}
- name: Create a PR for local changes
uses: peter-evans/create-pull-request@v5
id: cpr
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "IGNORE THIS - TEST"
title: "IGNORE THIS - TEST"
body: "IGNORE THIS - TEST"
branch: "ignore-this-branch-it-is-for-testing-only"
delete-branch: true
- name: Call downstream job
uses: ColmBhandal/test-charm/test-pr-action@main
id: cpr

0 comments on commit 1d3b96d

Please sign in to comment.