Skip to content
Merged
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
8 changes: 1 addition & 7 deletions .github/workflows/official-images-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,14 @@ jobs:
path: official-images
- name: Copy manifest into official-images library
run: cp docker.manifest official-images/library/clojure
- name: Get user email
id: email
uses: evvanErb/get-github-email-by-username-action@v2.0
with:
github-username: ${{ github.actor }}
token: ${{ secrets.API_TOKEN_GITHUB }}
- name: Open official-images pull request
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
path: official-images
commit-message: 'Update clojure'
committer: GitHub Actions <noreply@github.com>
author: ${{ github.actor }} <${{ steps.email.outputs.email }}>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
branch: automated-clojure-update
push-to-fork: Quantisan/official-images
title: Update clojure
Expand Down
Loading