Skip to content

Commit

Permalink
test: use commit sha from change
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Aug 17, 2024
1 parent 1cba48a commit 91d4caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
- name: Invoke workflow
run: |
echo "SHA: ${{ steps.check-changes.outputs.commit_sha }}"
gh workflow run verify_mdx_content.yaml --ref ${{ github.event.pull_request.head.ref }} -f pr_id=${{ github.event.pull_request.head.ref }}
gh workflow run verify_mdx_content.yaml --ref ${{ github.event.pull_request.head.ref }} -f pr_id=${{ steps.check-changes.outputs.commit_sha }}
# pr_id=${{ steps.get-sha.outputs.sha }}
3 changes: 1 addition & 2 deletions src/pages/hegel/guides/science-of-logic-introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,7 @@ merely as any activity that resembles knowing. Hegel adds additional qualifiers
that makes this conception something that is permanently explicit. Science,
strictly speaking then, cannot be merely implicit, but must have itself as its
own object and that object be itself. This is what minimally constitutes pure
science. Furthermore, Hegel goes on to add that pure science or pure logic is
not bereft of self-consciousness but _is it in its purity_. Still further, Hegel
science. Furthermore, Hegel goes on to add that pure science or pure logic is not bereft of self-consciousness but _is it in its purity_. Still further, Hegel
adds the key qualifier that this is not mere pure self-consciousness as was but
as it _develops_ itself. As it will be seen in the _Logic_ itself, and indeed
throughout Hegel's body of work, continuous development and integration are
Expand Down

0 comments on commit 91d4caf

Please sign in to comment.