Skip to content

Commit

Permalink
TEST ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmBhandal committed Sep 5, 2023
1 parent 08da1e6 commit 028879e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/contributing_update_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Create a random file
run: |
# Generate a random filename
random_filename=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1)
# Create an empty file with the random filename
touch $random_filename
- 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
Expand Down

0 comments on commit 028879e

Please sign in to comment.