Commit 71722411 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Set this to ubuntu-latest instead of self-hosted runner

parent 0a205685
...@@ -6,7 +6,7 @@ on: ...@@ -6,7 +6,7 @@ on:
jobs: jobs:
createPullRequest: createPullRequest:
name: Update and create pull request name: Update and create pull request
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- name: get_date - name: get_date
run: echo todays_date="$(date +'%Y-%m-%d')" >> $GITHUB_ENV run: echo todays_date="$(date +'%Y-%m-%d')" >> $GITHUB_ENV
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment