Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pho committed Apr 10, 2024
1 parent 22d2a9e commit 6b22cef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,21 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main

- run: nix build nixpkgs#cacert
- run: cp result/etc/ssl/certs/ca-bundle.crt cacert.pem
- run: rm -rf result

- uses: stefanzweifel/git-auto-commit-action@v5
id: commit
with:
commit_message: "Automated update"
commit_author: "Scheduler <github-actions[bot]@users.noreply.github.com>"

- name: Set Calver Version
id: "calver"
uses: Nelyx/[email protected]
- uses: Nelyx/[email protected]
with:
default_branch: "refs/heads/main"
format: "YYYYMMDD"
version_prefix: "v0."

- uses: rickstaa/action-create-tag@v1
if: steps.commit.outputs.changes_detected == 'true'
- uses: stefanzweifel/git-auto-commit-action@v5
with:
tag: "${{ env.PACKAGE_VERSION }}"
commit_message: "Automated update"
commit_author: "Workflow <github-actions[bot]@users.noreply.github.com>"
tagging_message: "${{ env.PACKAGE_VERSION }}"
1 change: 1 addition & 0 deletions cacert.pem
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
force
ACCVRAIZ1
-----BEGIN CERTIFICATE-----
MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE
Expand Down

0 comments on commit 6b22cef

Please sign in to comment.