Skip to content

Commit

Permalink
Fix pull request GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stickz authored Dec 21, 2023
1 parent a98554b commit 0eb0e82
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Clone Repo
- name: Setup GitHub Runner
run: |
cd ..
rm -rf Redstone
git clone -q https://github.com/stickz/Redstone
- name: Branch Commit History
run: |
git branch -D history
git branch history 57c5c38
continue-on-error: true
sudo apt update
sudo apt install dos2unix
- name: Checkout Pull Request
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Run Chmod
run: chmod 777 .github/scripts/build.sh
Expand Down

0 comments on commit 0eb0e82

Please sign in to comment.