Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Aug 10, 2024
1 parent 662b0c2 commit d60bbab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ jobs:
suite:
- oracular
steps:


- name: Set output variables
id: vars
run: |
pr_title="[Test] Add report file $(date +%d-%m-%Y)"
pr_body="This PR was auto-generated on $(date +%d-%m-%Y) \
by [create-pull-request](https://github.com/peter-evans/create-pull-request)."
echo "pr_title=$pr_title" >> $GITHUB_OUTPUT
echo "pr_body=$pr_body" >> $GITHUB_OUTPUT
- name: Create Pull Request
shell: bash
run: |
echo ${{ steps.vars.outputs.pr_title }}
dadsa
- name: Get more disk space
uses: jlumbroso/free-disk-space@main
with:
Expand Down Expand Up @@ -156,6 +172,7 @@ jobs:
shell: bash
run: git lfs fetch && git lfs checkout


- name: Install dependencies
shell: bash
run: |
Expand Down

0 comments on commit d60bbab

Please sign in to comment.