Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/check-if-banned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
trigger_pr:
runs-on: ubuntu-latest
steps:
# https://github.com/rubygems/rubygems/issues/3068#issuecomment-574775885
- name: Update gem
run: sudo gem update -N --system 3.0.6
- name: Check ruby version
run: ruby -v
- name: Check if contains
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/is_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # full
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'
# Runs a single command using the runners shell
- name: echo signing status
run: |
cd $GITHUB_WORKSPACE # goto base dir of cloned repo
cd '${{ github.workspace }}' # goto base dir of cloned repo
BASE_COMMIT=$(git merge-base ${{ github.event.pull_request.base.ref }} ${{ github.event.pull_request.head.ref }})
LOGS=$(git log $BASE_COMMIT.. --pretty='%H %ae %G?')
echo "$LOGS"
Expand Down
Loading