diff options
| author | seth <[email protected]> | 2023-05-24 03:39:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 03:39:49 -0400 |
| commit | 4623b85e283e6e945e3a3baa92c521a9de7c7935 (patch) | |
| tree | 1566b71630790487df3cd6bbc7943eb2c1aeb22c | |
| parent | a3e6b6d909a66bb5cd9fd34d091dd8dab22f0ca0 (diff) | |
actions: fix pr body formatting
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 4 | ||||
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index 62308fb..586c93c 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -29,10 +29,6 @@ jobs: pr-body: | Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. - ``` - ${{ env.GIT_COMMIT_MESSAGE }} - ``` - bors r+ nix-options: "--accept-flake-config" token: ${{ secrets.FLAKE_UPDATE }} diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml index 67593b6..5272ad9 100644 --- a/.github/workflows/update-nixpkgs.yaml +++ b/.github/workflows/update-nixpkgs.yaml @@ -30,10 +30,6 @@ jobs: pr-body: | Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. - ``` - ${{ env.GIT_COMMIT_MESSAGE }} - ``` - bors r+ nix-options: "--accept-flake-config" token: ${{ secrets.FLAKE_UPDATE }} |
